[arvados-dev] updated: 6960cfa8745ebf897d4bef2ad11d58899549eea8

git repository hosting git at public.arvados.org
Wed Feb 21 18:11:48 UTC 2024


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

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

    Fixes sysctl call on provisioning scripts. 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 fbc2e93..81aa244 100755
--- a/jenkins/packer-images/jenkins-image-with-docker.sh
+++ b/jenkins/packer-images/jenkins-image-with-docker.sh
@@ -24,4 +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
+sudo 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 8a97448..d014d7a 100755
--- a/jenkins/packer-images/jenkins-image-workbench2.sh
+++ b/jenkins/packer-images/jenkins-image-workbench2.sh
@@ -19,7 +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
+sudo sysctl -p
 
 # Build the workbench2-build docker image
 sudo make workbench2-build-image

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list