[arvados-dev] updated: dc580296b4548818d3d74aeda7bd9e80c71b1876
git repository hosting
git at public.arvados.org
Fri May 20 16:39:26 UTC 2022
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
via dc580296b4548818d3d74aeda7bd9e80c71b1876 (commit)
from 8c43556b9f93fed4c84e670084fd593d81df40e2 (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 dc580296b4548818d3d74aeda7bd9e80c71b1876
Author: Ward Vandewege <ward at curii.com>
Date: Fri May 20 12:38:58 2022 -0400
Add docker to our tests image.
refs #15370
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 c2a9a8f..5a353b5 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -9,6 +9,10 @@ set -eo pipefail
# Install the dependencies for arvados-server
sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev wget build-essential"
+# Install the dependencies for the package building/testing jobs
+sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo unzip"
+sudo usermod -a -G docker jenkins
+
# Check out a local copy of the arvados repo so we can use it to install the dependencies
cd /usr/src
sudo git clone arvados.git
@@ -37,3 +41,9 @@ mkdir /home/jenkins/tmp
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
+
+# Install the arvados-dev repo where the jenkins `test-provision-multinode` job
+# expects it
+cd /usr/local
+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