X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a3_integration_tests_ubuntu.yml;h=b1243c3cd45949c98c96bf22ea579993fa0d1012;hb=85c9243ececcc4c93336758e8360d321d90e576a;hp=83d3cfb98e25c805023cb0f3d28f4f34789f8f14;hpb=aa86f6e819c275928542c19e8e463f9eafd32cdc;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a3_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a3_integration_tests_ubuntu.yml index 83d3cfb9..b1243c3c 100644 --- a/jjb/airship/job_capi_bm_v1a3_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a3_integration_tests_ubuntu.yml @@ -49,6 +49,10 @@ name: ghprbAuthorRepoGitUrl default: 'https://github.com/{repo[org]}/{repo[name]}.git' description: 'CI Repo URL for triggering manual build' + - string: + name: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' - string: name: DISTRIBUTION default: 'ubuntu' @@ -56,7 +60,11 @@ - string: name: CAPI_VERSION default: 'v1alpha3' - description: 'Cluster API version. Can be v1alpha1,v1alpha2 or v1alpha3.' + description: 'Cluster API version. Can be v1alpha3.' + - string: + name: CAPM3_VERSION + default: 'v1alpha3' + description: 'Cluster API provider Metal3 version. Can be v1alpha3 or v1alpha4.' - string: name: TARGET_NODE_OS default: 'Ubuntu' @@ -82,16 +90,16 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '/test-v1a3-integration' + trigger-phrase: '((.|\n)*\s)?/test-v1a3-integration(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True - github-hooks: False + github-hooks: True permit-all: False auto-close-on-fail: False allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - - 'v1alpha3' + - 'release-0.3' status-context: "test-v1a3-integration" success-status: "Passed" failure-status: "Failed"