X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_capm3_e2e_feature_tests_prow.yml;h=963835d44cfdc4968577816c8c59051a7d5c7b25;hb=HEAD;hp=0f4c169a172cc1012e854c92851995817a135515;hpb=17c4fc35b053114c563bd8725a42d389feb16d62;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_capm3_e2e_feature_tests_prow.yml b/jjb/metal3/job_capm3_e2e_feature_tests_prow.yml index 0f4c169a..963835d4 100644 --- a/jjb/metal3/job_capm3_e2e_feature_tests_prow.yml +++ b/jjb/metal3/job_capm3_e2e_feature_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: 4 + description: 'Number of libvirt VMs.' - string: name: GINKGO_FOCUS default: "features" @@ -105,10 +105,10 @@ pipeline-scm: scm: - git: - url: "https://github.com/Nordix/metal3-project-infra.git" + url: "{ci_github_repo}" credentials-id: "{ci_github_jenkins_credentials_id}" branches: - - 'Update-feature-tests-pipeline-to-be-triggerable-from-prow/mohammed' + - '{branch|main}' name: 'origin' refspec: '+refs/heads/*:refs/remotes/origin/*' wipe-workspace: True