[ARVADOS-DEV] updated: ca8dac4a91a41c1be6d2e9d3b2c3f848bfa3780d

Git user git at public.arvados.org
Thu Jul 22 19:17:24 UTC 2021


Summary of changes:
 jenkins/packer-images/jenkins-image-provision.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ca8dac4a91a41c1be6d2e9d3b2c3f848bfa3780d (commit)
      from  36b62b2be5c4659bfa2b705b6fe0163031916792 (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 ca8dac4a91a41c1be6d2e9d3b2c3f848bfa3780d
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Thu Jul 22 16:16:57 2021 -0300

    17535: Allow to specify distro as part of the image name
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-provision.json b/jenkins/packer-images/jenkins-image-provision.json
index eed3101..545ebbc 100644
--- a/jenkins/packer-images/jenkins-image-provision.json
+++ b/jenkins/packer-images/jenkins-image-provision.json
@@ -1,6 +1,7 @@
 {
   "variables": {
     "key_file": "{{env `packerbuildkey`}}",
+    "distro": "",
     "source_image": ""
   },
   "builders": [
@@ -11,7 +12,7 @@
       "source_image": "{{user `source_image`}}",
       "zone": "us-central1-b",
       "disk_size": "20",
-      "image_name": "jenkins-image-arvados-formula-tests-{{isotime \"20060102150405\"}}",
+      "image_name": "jenkins-image-provision-{{user `distro`}}-{{isotime \"20060102150405\"}}",
       "image_family": "jenkins",
       "ssh_username": "jenkins"
     }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list