cloud-infra: Introduce CI_LOOP parameter
[infra/cicd.git] / jjb / airship / job_capi_bm_v1a2_integration_tests_centos.yml
index 6a0d6e785a60e53b79f730318f8fc8951536db4f..1a6ed425b721cee1dcc55ece7410d221c71c0e5e 100644 (file)
     - string:
         name: CAPI_VERSION
         default: 'v1alpha2'
-        description: 'Cluster API version. Can be v1alpha1 or v1alpha2'
+        description: 'Cluster API version. Can be v1alpha1 or v1alpha2.'
+    - string:
+        name: TARGET_NODE_OS
+        default: 'Ubuntu'
+        description: 'Distribution to use for the target host.'
+    - string:
+        name: TARGET_NODE_MEMORY
+        default: 4096
+        description: 'RAM size of the target host.'
 
     properties:
     - build-discarder:
@@ -78,7 +86,8 @@
         auto-close-on-fail: False
         allow-whitelist-orgs-as-admins: True
         white-list-target-branches:
-          - master
+          - 'master'
+          - 'v1alpha1'
         status-context: "v1a2-integration-tests-centos"
         success-status: "Passed"
         failure-status: "Failed"