X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_integration_tests_ubuntu.yml;h=a87e21e0cd2bbea2db5670b6894b55ed044759d6;hb=07f5cbc93968a5c363b0b7ca6395938f31db3638;hp=41837d3157d7e305891b63e0f72e5b7f8d6cc6ee;hpb=bbe2b5e193f2b70770ce4c104455c7f5f03e6c4b;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml index 41837d31..a87e21e0 100644 --- a/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml @@ -45,6 +45,10 @@ name: ghprbActualCommit default: 'master' description: 'CI Repo branch for triggering manual build' + - string: + name: ghprbAuthorRepoGitUrl + default: 'https://github.com/{repo[org]}/{repo[name]}.git' + description: 'CI Repo URL for triggering manual build' - string: name: DISTRIBUTION default: 'ubuntu' @@ -81,13 +85,13 @@ trigger-phrase: '/test-v1a2-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' - - 'v1alpha2' + - 'release-0.2' status-context: "test-v1a2-integration" success-status: "Passed" failure-status: "Failed" @@ -96,7 +100,7 @@ pipeline-scm: scm: - git: - url: https://github.com/{ci_github_repo}.git + url: "{ci_github_repo}" credentials-id: "{ci_github_jenkins_credentials_id}" branches: - '{branch|master}' @@ -105,5 +109,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: 'ci/jobs/capi_bm_integration_tests.pipeline' + script-path: "{ci_github_pipeline}" lightweight-checkout: False