Airship modify github url var
[infra/cicd.git] / jjb / airship / job_capi_bm_master_integration_tests_centos.yml
index 617e7bbb4a5befce36b2e1e187d5a1107369e8a2..9bcbd7e1f436815c675e22b244e2b91bba14df63 100644 (file)
         name: DISTRIBUTION
         default: 'centos'
         description: 'Distribution to use for the tests. Can be ubuntu or centos'
+    - string:
+        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:
@@ -67,7 +79,7 @@
     pipeline-scm:
       scm:
       - git:
-          url: https://github.com/Nordix/airship-dev-tools.git
+          url: "{ci_github_repo}"
           credentials-id: "{ci_github_jenkins_credentials_id}"
           branches:
             - '{branch|master}'
@@ -76,5 +88,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