[ARVADOS-DEV] updated: 5638ea2df2232c1c5fdd45877014f80c88eb331e
Git user
git at public.arvados.org
Fri May 7 15:56:42 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 5638ea2df2232c1c5fdd45877014f80c88eb331e (commit)
from 53abb35e6d2005213995271d83f936a201b5108d (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 5638ea2df2232c1c5fdd45877014f80c88eb331e
Author: Ward Vandewege <ward at curii.com>
Date: Fri May 7 11:56:09 2021 -0400
Preseed the run-tests.sh cache to make test runs faster (bugfix).
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 949d4a3..4c29498 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -31,5 +31,6 @@ 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.
-sudo ./build/run-tests.sh WORKSPACE=/usr/src/arvados --temp /home/jenkins/tmp --only install
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