[arvados-dev] updated: bbf5a4e4610b7adf7053d5a375294ea5267a09ed

git repository hosting git at public.arvados.org
Wed Feb 21 22:47:33 UTC 2024


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

       via  bbf5a4e4610b7adf7053d5a375294ea5267a09ed (commit)
      from  99ed01f5903bcfa801061c3c4887a62f11f24103 (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 bbf5a4e4610b7adf7053d5a375294ea5267a09ed
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Wed Feb 21 19:46:48 2024 -0300

    Further fixes on envvar passthrough on packer scripts. Refs #21461
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.json b/jenkins/packer-images/jenkins-image-arvados-tests.json
index 2dd1cae..609b21a 100644
--- a/jenkins/packer-images/jenkins-image-arvados-tests.json
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.json
@@ -28,6 +28,9 @@
     },
     {
       "type": "shell",
+      "environment_vars": [
+        "GIT_HASH={{ user `git_hash` }}"
+      ],
       "script": "./jenkins-image-arvados-tests.sh"
     }
   ]

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list