[ARVADOS-DEV] created: 7b5001d75e4d894dd85b8e8093db5e71b875ab6e
Git user
git at public.arvados.org
Thu May 6 21:06:41 UTC 2021
at 7b5001d75e4d894dd85b8e8093db5e71b875ab6e (commit)
commit 7b5001d75e4d894dd85b8e8093db5e71b875ab6e
Author: Ward Vandewege <ward at curii.com>
Date: Thu May 6 17:06:23 2021 -0400
Print ruby version numbers. Use custom branch.
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..0f1c96c 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -22,6 +22,8 @@ sudo ln -s /usr/local/bin/gofmt-1.16.3 /usr/local/bin/gofmt
cd /usr/src
sudo git clone arvados.git
cd arvados
+# temporary, for testing.
+git checkout 00000-tests-speedup
sudo go mod download
sudo go run ./cmd/arvados-server install -type test
@@ -31,5 +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
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