[arvados-dev] updated: f32a71261102cc3e37d08fe6e80adf99dfc9607f

git repository hosting git at public.arvados.org
Thu Oct 19 16:04:09 UTC 2023


Summary of changes:
 jenkins/packer-images/jenkins-image-workbench2.sh | 1 +
 1 file changed, 1 insertion(+)

       via  f32a71261102cc3e37d08fe6e80adf99dfc9607f (commit)
      from  36b12e348679a8cb206d59dfd9c4d8b9ad0b7d1f (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 f32a71261102cc3e37d08fe6e80adf99dfc9607f
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Oct 19 13:03:26 2023 -0300

    Adds `sysctl -p` to wb2 jenkins script. Refs #21055
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-workbench2.sh b/jenkins/packer-images/jenkins-image-workbench2.sh
index af4d708..fec1fd6 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