X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_capm3_e2e_integration_tests_prow.yml;h=4e039ae83def0375c7a9f3d62ab9c0e4774415fa;hb=HEAD;hp=31778d366bb480d76c2ed88f42594fa710ebd5c1;hpb=17c4fc35b053114c563bd8725a42d389feb16d62;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_capm3_e2e_integration_tests_prow.yml b/jjb/metal3/job_capm3_e2e_integration_tests_prow.yml index 31778d36..4e039ae8 100644 --- a/jjb/metal3/job_capm3_e2e_integration_tests_prow.yml +++ b/jjb/metal3/job_capm3_e2e_integration_tests_prow.yml @@ -50,11 +50,11 @@ description: 'Project github repo name' - string: name: PULL_BASE_REF - default: 'main' + default: '{capm3_release_branch}' description: 'Ref name of the base branch' - string: name: PULL_PULL_SHA - default: 'main' + default: '{capm3_release_branch}' description: 'Pull request head SHA' - string: name: PULL_NUMBER @@ -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: 2 + description: 'Number of libvirt VMs.' - string: name: GINKGO_FOCUS default: "integration" @@ -114,5 +114,5 @@ 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