Set default value for IMAGE_OS to ubuntu for k8s upgrade tests 46/21046/2
authorSunnatillo <sunnat.samadov@est.tech>
Mon, 6 May 2024 13:47:29 +0000 (16:47 +0300)
committerSunnatillo <sunnat.samadov@est.tech>
Mon, 6 May 2024 13:59:24 +0000 (16:59 +0300)
Change-Id: I58e622b331361e39c456c496e638fcece83cc072
Signed-off-by: Sunnatillo <sunnat.samadov@est.tech>
jjb/metal3/job_capm3_e2e_k8s_upgrade_tests_prow.yml
jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml

index 28ccb3a1274703e0d9d6010f4cb0af24ac23a8cb..e901daab882a97bbc63c8af6713e75a908b6343e 100644 (file)
@@ -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
index c275db23de7c043f29f8c80d81d6025c014faaed..43d7f63381a1a481e3c4cb11a979c1cbb9313163 100644 (file)
@@ -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}'