Airship modify github url var
[infra/cicd.git] / jjb / airship / job_capi_bm_v1a2_integration_tests_centos.yml
index 1a6ed425b721cee1dcc55ece7410d221c71c0e5e..abcd6df3c9452250aea0f584c98d6934750df41f 100644 (file)
         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: 'centos'
@@ -78,7 +82,7 @@
         org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
         auth-id: "{ci_ghprb_auth_id}"
-        trigger-phrase: '/test-centos-integration'
+        trigger-phrase: '/test-v1a2-centos-integration'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
         github-hooks: False
@@ -87,8 +91,8 @@
         allow-whitelist-orgs-as-admins: True
         white-list-target-branches:
           - 'master'
-          - 'v1alpha1'
-        status-context: "v1a2-integration-tests-centos"
+          - 'v1alpha2'
+        status-context: "test-v1a2-centos-integration"
         success-status: "Passed"
         failure-status: "Failed"
         error-status: "Error"
     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}'
           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