X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_capm3_periodic_e2e_clusterctl_upgrade_tests_prow.yml;h=ad874a19d7ad49792e8c7acddc5912fc575b3e51;hb=HEAD;hp=e351b155fef9517f736d48b8e3a8d3ee8c5ba4a4;hpb=d575b64a6af4b77c77087e84e164139a99d95048;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_capm3_periodic_e2e_clusterctl_upgrade_tests_prow.yml b/jjb/metal3/job_capm3_periodic_e2e_clusterctl_upgrade_tests_prow.yml index e351b155..ad874a19 100644 --- a/jjb/metal3/job_capm3_periodic_e2e_clusterctl_upgrade_tests_prow.yml +++ b/jjb/metal3/job_capm3_periodic_e2e_clusterctl_upgrade_tests_prow.yml @@ -64,6 +64,14 @@ name: 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: CAPI_VERSION + default: 'v1beta1' + description: 'Cluster API version. E.g. v1beta1.' + - string: + name: CAPM3_VERSION + default: 'v1beta1' + description: 'Cluster API provider Metal3 version. E.g. v1beta1.' - string: name: capm3_release_branch default: '{capm3_release_branch}' @@ -77,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: 5 + description: 'Number of libvirt VMs.' - string: name: GINKGO_FOCUS default: "clusterctl-upgrade" @@ -93,7 +101,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 1 * * *" + - timed: '{schedule}' pipeline-scm: scm: @@ -107,5 +115,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: "{e2e_feature_test_pipeline}" + script-path: "{e2e_tests_pipeline}" lightweight-checkout: False