[ARVADOS-DEV] updated: a77841e5f5b85276f7efc26c1e8e9d09e6307454
Git user
git at public.arvados.org
Thu May 6 23:27:20 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a77841e5f5b85276f7efc26c1e8e9d09e6307454 (commit)
from a11246aa6008f8b90ea7de75da495cd07ae21854 (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 a77841e5f5b85276f7efc26c1e8e9d09e6307454
Author: Ward Vandewege <ward at curii.com>
Date: Thu May 6 19:27:08 2021 -0400
Add path for the ruby binary.
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 457abbc..fa4d174 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -33,6 +33,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.
-ruby --version
+/usr/lib/arvados/bin/ruby --version
sudo ./build/run-tests.sh WORKSPACE=/usr/src/arvados --temp /home/jenkins/tmp --only install
sudo chown jenkins:jenkins /home/jenkins -R
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list