Add docker to our tests image.
authorWard Vandewege <ward@curii.com>
Fri, 20 May 2022 16:38:58 +0000 (12:38 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 20 May 2022 16:38:58 +0000 (12:38 -0400)
refs #15370

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

jenkins/packer-images/jenkins-image-arvados-tests.sh

index c2a9a8f8fe7ae9b60569793f01ca9e136df40444..5a353b5877b3b22f3c460f40309567b2b29d5499 100755 (executable)
@@ -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/