[ARVADOS-DEV] updated: ff666732ebeeffe906e7346d86681ade9d1f8eef
Git user
git at public.arvados.org
Thu Jul 1 15:26:19 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-with-docker.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via ff666732ebeeffe906e7346d86681ade9d1f8eef (commit)
from 26d57e45a7216568795ed8566cbc5529c6fe1983 (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 ff666732ebeeffe906e7346d86681ade9d1f8eef
Author: Ward Vandewege <ward at curii.com>
Date: Thu Jul 1 11:25:47 2021 -0400
Bump packer version to 1.7.2. Checkout arvados-dev from the new URL on
github.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/packer-images/jenkins-image-with-docker.sh b/jenkins/packer-images/jenkins-image-with-docker.sh
index 1922964..bff93d4 100755
--- a/jenkins/packer-images/jenkins-image-with-docker.sh
+++ b/jenkins/packer-images/jenkins-image-with-docker.sh
@@ -12,11 +12,11 @@ sudo usermod -a -G docker jenkins
#Packer install
cd /tmp
-wget https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip
-unzip packer_1.6.0_linux_amd64.zip packer
+wget https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_linux_amd64.zip
+unzip packer_1.7.2_linux_amd64.zip packer
sudo mv packer /usr/local/bin/
# Install the arvados-dev repo where the Jenkins job expects it
cd /usr/local
-sudo git clone --depth 1 https://github.com/curoverse/arvados-dev
+sudo git clone --depth 1 https://github.com/arvados/arvados-dev
sudo chown -R jenkins:jenkins /usr/local/arvados-dev/
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list