cloud-infra: Setup periodic virtual jobs for OpenStack
[infra/cicd.git] / jjb / airship / job_capi_bm_integration_tests_ubuntu.yml
index 70e7a2e2f760f8aa2b2ed40875f3fbcf63eb2d26..ed2f24159774e962ed9111e3f96d545a9dab54a9 100644 (file)
         name: DISTRIBUTION
         default: 'ubuntu'
         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:
@@ -65,8 +77,8 @@
           - '{ci_github_admin_user}'
         org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
-        auth-id: "{ci_github_jenkins_credentials_id}"
-        trigger-phrase: '/test-integration'
+        auth-id: "{ci_ghprb_auth_id}"
+        trigger-phrase: '/test-v1a1-integration'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
         github-hooks: False
@@ -74,7 +86,8 @@
         auto-close-on-fail: False
         allow-whitelist-orgs-as-admins: True
         white-list-target-branches:
-          - master
+          - 'master'
+          - 'v1alpha1'
         status-context: "integration-tests-ubuntu"
         success-status: "Passed"
         failure-status: "Failed"