remove Infra Engine jobs
[infra/cicd.git] / jjb / metal3 / job_capm3_main_e2e_upgrade_tests.yml
index c121ad4112599ad635c291c230030fd90340c7a5..0a6ee1c98531487de23b8b529ac0dc16d124e302 100644 (file)
@@ -26,7 +26,7 @@
 
 - job-template:
     id: capm3_main_e2e_upgrade_tests
-    name: '{job_prefix}_main_e2e_upgrade_test_{image_os}'
+    name: '{job_prefix}_daily_main_e2e_upgrade_test_{image_os}'
     description: "CAPM3 v1alpha5 to v1beta1 e2e upgrade tests for {repo[org]}/{repo[name]} on ubuntu."
     project-type: pipeline
     defaults: global
         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'
+    - string:
+        name: capm3_release_branch
+        default: 'main'
+        description: 'The target branch of CAPM3 to be used for this test'
     - string:
         name: CAPI_VERSION
-        default: 'v1alpha4'
-        description: 'Cluster API version. E.g. v1alpha4.'
+        default: 'v1beta1'
+        description: 'Cluster API version. E.g. v1beta1.'
     - string:
         name: CAPM3_VERSION
-        default: 'v1alpha5'
-        description: 'Cluster API provider Metal3 version. E.g. v1alpha5.'
+        default: 'v1beta1'
+        description: 'Cluster API provider Metal3 version. E.g. v1beta1.'
     - string:
         name: TARGET_NODE_MEMORY
         default: 4096
@@ -73,9 +77,9 @@
         name: TESTS_FOR
         default: "e2e_tests"
         description: 'Tests using the e2e framework.'
-    - bool:
-        name: UPGRADE_TEST
-        default: True
+    - string:
+        name: GINKGO_FOCUS
+        default: "upgrade"
         description: 'Select the e2e upgrade test'
 
     properties: