X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a3_integration_tests_centos.yml;h=098bf4ef3d85783577ca78879cf54116e702190f;hb=7a40c76d50eb74886c849b05958fd0f420499688;hp=4333a6769017492a72c32f537171167a3c8f6f93;hpb=aa86f6e819c275928542c19e8e463f9eafd32cdc;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a3_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a3_integration_tests_centos.yml index 4333a676..098bf4ef 100644 --- a/jjb/airship/job_capi_bm_v1a3_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a3_integration_tests_centos.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: 'centos' @@ -82,17 +86,17 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '/test-v1a3-centos-integration' + trigger-phrase: '/test-centos-integration' 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' - status-context: "test-v1a3-centos-integration" + - 'release-0.3' + status-context: "test-centos-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error"