From fb956d6c7a390971a7af3560c23dc2dbbae571d8 Mon Sep 17 00:00:00 2001 From: Sunnatillo Date: Mon, 6 May 2024 16:47:29 +0300 Subject: [PATCH] Set default value for IMAGE_OS to ubuntu for k8s upgrade tests Change-Id: I58e622b331361e39c456c496e638fcece83cc072 Signed-off-by: Sunnatillo --- jjb/metal3/job_capm3_e2e_k8s_upgrade_tests_prow.yml | 4 ++-- jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/metal3/job_capm3_e2e_k8s_upgrade_tests_prow.yml b/jjb/metal3/job_capm3_e2e_k8s_upgrade_tests_prow.yml index 28ccb3a1..e901daab 100644 --- a/jjb/metal3/job_capm3_e2e_k8s_upgrade_tests_prow.yml +++ b/jjb/metal3/job_capm3_e2e_k8s_upgrade_tests_prow.yml @@ -27,7 +27,7 @@ - job-template: id: capm3_e2e_k8s_upgrade_tests_prow name: '{job_prefix}-e2e-{k8s_versions}-upgrade-test-{capm3_target_branch}' - description: "CAPM3 e2e k8s upgrade tests for on {image_os}." + description: "CAPM3 e2e k8s upgrade tests for on ubuntu." project-type: pipeline defaults: global disabled: False @@ -62,7 +62,7 @@ # End of Prow parameters - string: name: IMAGE_OS - default: '{image_os}' + default: "ubuntu" description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos' - string: name: capm3_release_branch diff --git a/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml b/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml index c275db23..43d7f633 100644 --- a/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml +++ b/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml @@ -62,8 +62,8 @@ # End of Prow parameters - string: name: IMAGE_OS - default: '{image_os}' - description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos' + default: "ubuntu" + description: 'Distribution to use for the target host as well as source and target cluster. Default is ubuntu' - string: name: capm3_release_branch default: '{capm3_release_branch}' -- 2.25.1