X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_capm3_e2e_feature_tests.yml;h=d48e7f968bab8d212a03720b4aa359ecbca05f35;hb=refs%2Fchanges%2F54%2F20854%2F1;hp=c567efe1240928be2c265023c927427bfa0501a1;hpb=29378c365fabbdd8f95b6b00519afa20a78d3e19;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_capm3_e2e_feature_tests.yml b/jjb/metal3/job_capm3_e2e_feature_tests.yml index c567efe1..d48e7f96 100644 --- a/jjb/metal3/job_capm3_e2e_feature_tests.yml +++ b/jjb/metal3/job_capm3_e2e_feature_tests.yml @@ -61,6 +61,10 @@ name: capm3_release_branch default: '{capm3_release_branch}' description: 'The target branch of CAPM3 to be used for this test' + - string: + name: bmo_release_branch + default: '{bmo_release_branch}' + description: 'The target branch of BMO to be used for this test' - string: name: CAPI_VERSION default: '{capi_version}' @@ -78,10 +82,10 @@ default: "e2e_tests" description: 'Tests using the e2e framework.' - string: - name: GINKGO_SKIP - default: "upgrade integration" - description: 'Skip non feature e2e test' - + name: GINKGO_FOCUS + default: "features" + description: 'Select the e2e integration test' + properties: - build-discarder: days-to-keep: 30 @@ -98,7 +102,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/test-{image_os}-e2e-feature-{capm3_target_branch}(\s(.|\n)*)?' + trigger-phrase: '.*?/test-{image_os}-e2e-feature-{capm3_target_branch}.*?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -123,5 +127,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: "{ci_github_pipeline}" + script-path: "{e2e_feature_test_parallel_pipeline}" lightweight-checkout: False