[ARVADOS-DEV] updated: 730784fae52e58b0f28899eb286162b36a3efd53
Git user
git at public.arvados.org
Fri Jul 31 01:03:06 UTC 2020
Summary of changes:
jenkins/packer-images/jenkins-image-federation-tests.json | 2 +-
jenkins/packer-images/jenkins-image-k8s-tests.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 730784fae52e58b0f28899eb286162b36a3efd53 (commit)
from a863a7a0661e553e550b9a04c9edc5bb715624da (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 730784fae52e58b0f28899eb286162b36a3efd53
Author: Ward Vandewege <ward at curii.com>
Date: Thu Jul 30 21:00:36 2020 -0400
refactoring: bring the name for the generated federation and k8s tests
images in line with the other jenkins images.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/packer-images/jenkins-image-federation-tests.json b/jenkins/packer-images/jenkins-image-federation-tests.json
index 42ba0e2..0b95270 100644
--- a/jenkins/packer-images/jenkins-image-federation-tests.json
+++ b/jenkins/packer-images/jenkins-image-federation-tests.json
@@ -10,7 +10,7 @@
"source_image": "debian-10-buster-v20200714",
"zone": "us-central1-a",
"disk_size": "10",
- "image_name": "federation-jenkins-{{timestamp}}",
+ "image_name": "jenkins-image-federation-tests-{{isotime \"20060102150405\"}}",
"image_family": "jenkins",
"ssh_username": "jenkins"
}
diff --git a/jenkins/packer-images/jenkins-image-k8s-tests.json b/jenkins/packer-images/jenkins-image-k8s-tests.json
index 89d2af3..f3be62e 100644
--- a/jenkins/packer-images/jenkins-image-k8s-tests.json
+++ b/jenkins/packer-images/jenkins-image-k8s-tests.json
@@ -10,7 +10,7 @@
"source_image": "debian-10-buster-v20200714",
"zone": "us-central1-b",
"disk_size": "10",
- "image_name": "run-k8s-tests-jenkins-image-{{isotime \"20060102150405\"}}",
+ "image_name": "jenkins-image-k8s-tests{{isotime \"20060102150405\"}}",
"image_family": "jenkins",
"image_licenses": ["projects/vm-options/global/licenses/enable-vmx"],
"ssh_username": "jenkins"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list