From d83b84e7a2e16c9f9768e81e347bcca1a11f550c Mon Sep 17 00:00:00 2001 From: muhammad adil ghaffar Date: Mon, 8 Apr 2024 09:51:38 +0300 Subject: [PATCH] Hard code ubuntu image for clusterctl tests Change-Id: I57b883bd51c7d554a0b6e18441b02371baf85101 --- jjb/metal3/job_capm3_main_e2e_clusterctl_upgrade_tests_prow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/metal3/job_capm3_main_e2e_clusterctl_upgrade_tests_prow.yml b/jjb/metal3/job_capm3_main_e2e_clusterctl_upgrade_tests_prow.yml index 801801eea..b39038c16 100644 --- a/jjb/metal3/job_capm3_main_e2e_clusterctl_upgrade_tests_prow.yml +++ b/jjb/metal3/job_capm3_main_e2e_clusterctl_upgrade_tests_prow.yml @@ -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 -- 2.25.1