Merge "Update plots: Clean up k6 test suite"
[infra/cicd.git] / jjb / metal3 / job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml
index 02b2531ed3aed59eac0e29a9b771e393e4e31ac7..d49d5acf5e72658e9266ddb417212a9381a2ee51 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}'
@@ -85,9 +85,9 @@
         default: 4096
         description: 'RAM size of the target host.'
     - string:
-        name: TESTS_FOR
-        default: "e2e_tests"
-        description: 'Tests using the e2e framework.'
+        name: NUM_NODES
+        default: 4
+        description: 'Number of libvirt VMs.'
     - string:
         name: GINKGO_FOCUS
         default: "k8s-upgrade"
         artifact-num-to-keep: -1
 
     triggers:
-      - timed: "H 18 * * *"
+      - timed: "{schedule}"
 
     pipeline-scm:
       scm:
           wipe-workspace: True
           honor-refspec: True
           shallow-clone: False
-      script-path: "jenkins/jobs/prow_integration_tests.pipeline"
+      script-path: "{e2e_tests_pipeline}"
       lightweight-checkout: False