[arvados-dev] updated: 99ed01f5903bcfa801061c3c4887a62f11f24103

git repository hosting git at public.arvados.org
Wed Feb 21 22:13:52 UTC 2024


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

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

    Passes arvados git hash as a envvar to the packer script. 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 cb41e12..2dd1cae 100644
--- a/jenkins/packer-images/jenkins-image-arvados-tests.json
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.json
@@ -1,6 +1,7 @@
 {
   "variables": {
-        "key_file": "{{env `packerbuildkey`}}"
+        "key_file": "{{env `packerbuildkey`}}",
+        "git_hash": "{{env `git_hash`}}"
     },
   "builders": [
     {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list