[ARVADOS-DEV] updated: 53abb35e6d2005213995271d83f936a201b5108d

Git user git at public.arvados.org
Thu May 6 16:02:10 UTC 2021


Summary of changes:
 jenkins/packer-images/jenkins-image-arvados-tests.sh | 6 ++++++
 1 file changed, 6 insertions(+)

       via  53abb35e6d2005213995271d83f936a201b5108d (commit)
      from  95f94faf909ea24ef38e3bb849a49ad868035887 (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 53abb35e6d2005213995271d83f936a201b5108d
Author: Ward Vandewege <ward at curii.com>
Date:   Thu May 6 12:01:47 2021 -0400

    Preseed the run-tests.sh cache to make test runs faster.
    
    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 abe0e18..949d4a3 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -27,3 +27,9 @@ sudo go run ./cmd/arvados-server install -type test
 
 # Our Jenkins jobs use this directory to store the temporary files for the tests
 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list