[arvados-dev] updated: b2effe90106a62801247bf6ace3e183c2da628eb

git repository hosting git at public.arvados.org
Fri May 20 19:41:07 UTC 2022


Summary of changes:
 jenkins/packer-images/jenkins-image-arvados-tests.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

       via  b2effe90106a62801247bf6ace3e183c2da628eb (commit)
      from  6a159cc10a9f64b82492d0ffa780ca64654335c1 (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 b2effe90106a62801247bf6ace3e183c2da628eb
Author: Ward Vandewege <ward at curii.com>
Date:   Fri May 20 15:40:43 2022 -0400

    For running our tests, FUSE must be configured with the
    'user_allow_other' option enabled for Crunch to set up Keep mounts that
    are readable by containers.
    
    refs #15370
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.sh b/jenkins/packer-images/jenkins-image-arvados-tests.sh
index 5a353b5..b673ecf 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -9,10 +9,14 @@ set -eo pipefail
 # Install the dependencies for arvados-server
 sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev wget build-essential"
 
-# Install the dependencies for the package building/testing jobs
+# Install docker (used in our tests and also for package building/testing)
 sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo unzip"
 sudo usermod -a -G docker jenkins
 
+# FUSE must be configured with the 'user_allow_other' option enabled for Crunch to set up Keep mounts that are readable by containers.
+# This is used in our test suite.
+echo user_allow_other | sudo tee -a /etc/fuse.conf
+
 # Check out a local copy of the arvados repo so we can use it to install the dependencies
 cd /usr/src
 sudo git clone arvados.git

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list