Bump the Debian base image for our main Jenkins image, and increase the
authorWard Vandewege <ward@curii.com>
Mon, 27 Sep 2021 17:08:13 +0000 (13:08 -0400)
committerWard Vandewege <ward@curii.com>
Mon, 27 Sep 2021 17:09:30 +0000 (13:09 -0400)
disk space to 20 GB (I ran out of space generating a new image).

No issue #

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

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

index 15882febafcf73fb0d1dfce127dca3e4dfac7071..8ec6766ec0716540e69988b731de8d1279cf9918 100644 (file)
@@ -7,9 +7,9 @@
       "type": "googlecompute",
       "account_file": "{{user `key_file` }}",
       "project_id": "phoenix-project-42-ci",
-      "source_image": "debian-10-buster-v20210817",
+      "source_image": "debian-10-buster-v20210916",
       "zone": "us-central1-b",
-      "disk_size": "10",
+      "disk_size": "20",
       "image_name": "jenkins-image-arvados-tests-{{isotime \"20060102150405\"}}",
       "image_family": "jenkins",
       "ssh_username": "jenkins"