[ARVADOS-DEV] updated: 1d50405ccefb82ed270c858c2033f694ed8d0720

Git user git at public.arvados.org
Tue Aug 10 20:33:09 UTC 2021


Summary of changes:
 jenkins/packer-images/jenkins-image-workbench2.sh | 4 ++++
 jenkins/upload_packages_testing_to_stable.sh      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

       via  1d50405ccefb82ed270c858c2033f694ed8d0720 (commit)
      from  7b53343dacbe982c3f513203786234d1a600aa1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1d50405ccefb82ed270c858c2033f694ed8d0720
Author: Ward Vandewege <ward at curii.com>
Date:   Tue Aug 10 16:32:04 2021 -0400

    Make sure the workbench2 test image has a much higher filesystem
    watchers limit than the default 8192, since React eats those things for
    breakfast.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-workbench2.sh b/jenkins/packer-images/jenkins-image-workbench2.sh
index 033c7f8..af4d708 100755
--- a/jenkins/packer-images/jenkins-image-workbench2.sh
+++ b/jenkins/packer-images/jenkins-image-workbench2.sh
@@ -16,6 +16,10 @@ if [[ "$GIT_HASH" != "" ]]; then
   sudo git checkout $GIT_HASH
 fi
 
+# React uses a lot of filesystem watchers (via inotify). Increase the default
+# so we have a higher limit at runtime.
+echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
+
 # Build the workbench2-build docker image
 sudo make workbench2-build-image
 
diff --git a/jenkins/upload_packages_testing_to_stable.sh b/jenkins/upload_packages_testing_to_stable.sh
index 5b3dd38..e22487c 100755
--- a/jenkins/upload_packages_testing_to_stable.sh
+++ b/jenkins/upload_packages_testing_to_stable.sh
@@ -22,7 +22,7 @@ if [ -z "${PACKAGES_TO_PUBLISH}" ]; then
 fi
 if [ -z "${LSB_DISTRIB_CODENAMES}" ]; then
   echo "You must provide a space-separated list of LSB distribution codenames to which you want to publish to, ie."
-  echo "* Debian: jessie, xenial, stretch, etc."
+  echo "* Debian/Ubuntu: buster, bullseye, focal"
   echo "* Centos: centos7 (the only one currently supported.)"
   exit 255
 fi

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list