[arvados-dev] updated: 51f2fafe8b5b0067a7961d5d07d8a7217a5c26f9
git repository hosting
git at public.arvados.org
Fri May 20 19:56:17 UTC 2022
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 51f2fafe8b5b0067a7961d5d07d8a7217a5c26f9 (commit)
from b2effe90106a62801247bf6ace3e183c2da628eb (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 51f2fafe8b5b0067a7961d5d07d8a7217a5c26f9
Author: Ward Vandewege <ward at curii.com>
Date: Fri May 20 15:55:54 2022 -0400
Tweak fuse.conf after the fuse package is installed, not before.
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 b673ecf..7fc445d 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -13,10 +13,6 @@ sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev wget
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
@@ -36,6 +32,10 @@ cd arvados
sudo go mod download
sudo go run ./cmd/arvados-server install -type test
+# 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
+
# Our Jenkins jobs use this directory to store the temporary files for the tests
mkdir /home/jenkins/tmp
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list