Airship modify github url var
[infra/cicd.git] / jjb / airship / job_capi_bm_integration_tests_ubuntu.yml
index ea6684667ee8c9e3dd9a3a39c43446a45ee03638..f4203cf3e2ee78df91ae4a4d29a3614110eff089 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: 'ubuntu'
         name: CAPI_VERSION
         default: 'v1alpha1'
         description: 'Cluster API version. Can be v1alpha1 or v1alpha2'
+    - string:
+        name: TARGET_NODE_OS
+        default: 'Centos'
+        description: 'Distribution to use for the target host.'
+    - string:
+        name: TARGET_NODE_MEMORY
+        default: 8192
+        description: 'RAM size of the target host.'
 
     properties:
     - build-discarder:
@@ -70,7 +82,7 @@
         org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
         auth-id: "{ci_ghprb_auth_id}"
-        trigger-phrase: '/test-v1a1-integration'
+        trigger-phrase: '/test-integration'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
         github-hooks: False
@@ -80,7 +92,7 @@
         white-list-target-branches:
           - 'master'
           - 'v1alpha1'
-        status-context: "integration-tests-ubuntu"
+        status-context: "test-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