[ARVADOS-DEV] updated: 40115f552fb9c3d0e42540283e55b90c7b710830
Git user
git at public.arvados.org
Fri May 7 13:00:27 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
via 40115f552fb9c3d0e42540283e55b90c7b710830 (commit)
from a77841e5f5b85276f7efc26c1e8e9d09e6307454 (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 40115f552fb9c3d0e42540283e55b90c7b710830
Author: Ward Vandewege <ward at curii.com>
Date: Fri May 7 09:00:14 2021 -0400
Another try, do everything as the jenkins user.
No issue #
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 fa4d174..beeebda 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -33,6 +33,8 @@ mkdir /home/jenkins/tmp
# Preseed the run-tests.sh cache. This is a little bit silly (a lot of this
# stuff was already done by the call to `./cmd/arvados-server install -type
# test` above, but they do not share a cache.
-/usr/lib/arvados/bin/ruby --version
-sudo ./build/run-tests.sh WORKSPACE=/usr/src/arvados --temp /home/jenkins/tmp --only install
+who -H
+/var/lib/arvados/bin/ruby --version
sudo chown jenkins:jenkins /home/jenkins -R
+sudo chown jenkins:jenkins /usr/src/arvados -R
+sudo -u jenkins ./build/run-tests.sh WORKSPACE=/usr/src/arvados --temp /home/jenkins/tmp --only install
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list