[arvados-dev] updated: 442871402fb876dc83a85361ca0403ecdd62dc5d

git repository hosting git at public.arvados.org
Wed Feb 21 17:54:48 UTC 2024


Summary of changes:
 jenkins/packer-images/jenkins-image-with-docker.sh | 1 +
 jenkins/packer-images/jenkins-image-workbench2.sh  | 1 +
 2 files changed, 2 insertions(+)

       via  442871402fb876dc83a85361ca0403ecdd62dc5d (commit)
      from  837d63cd0fa33bbed08c2e2d3b84b3d29756c50c (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 442871402fb876dc83a85361ca0403ecdd62dc5d
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Wed Feb 21 14:53:15 2024 -0300

    Applies settings from sysctl conf file. Refs #21461
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-with-docker.sh b/jenkins/packer-images/jenkins-image-with-docker.sh
index a24c23d..fbc2e93 100755
--- a/jenkins/packer-images/jenkins-image-with-docker.sh
+++ b/jenkins/packer-images/jenkins-image-with-docker.sh
@@ -24,3 +24,4 @@ sudo chown -R jenkins:jenkins /usr/local/arvados-dev/
 # 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
+sysctl -p
\ No newline at end of file
diff --git a/jenkins/packer-images/jenkins-image-workbench2.sh b/jenkins/packer-images/jenkins-image-workbench2.sh
index 1bc15ff..8a97448 100755
--- a/jenkins/packer-images/jenkins-image-workbench2.sh
+++ b/jenkins/packer-images/jenkins-image-workbench2.sh
@@ -19,6 +19,7 @@ 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
+sysctl -p
 
 # Build the workbench2-build docker image
 sudo make workbench2-build-image

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list