X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_integration_tests_centos.yml;h=7a5cab0168ef0a52ad0ce11ea1fc96d60b340d7d;hb=refs%2Fchanges%2F42%2F3442%2F1;hp=6a0d6e785a60e53b79f730318f8fc8951536db4f;hpb=2dacaf5d621dfa8dcb78cddd7013dae047a12bde;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml index 6a0d6e78..7a5cab01 100644 --- a/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml @@ -52,7 +52,15 @@ - 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: @@ -70,7 +78,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 @@ -78,8 +86,9 @@ auto-close-on-fail: False allow-whitelist-orgs-as-admins: True white-list-target-branches: - - master - status-context: "v1a2-integration-tests-centos" + - 'master' + - 'v1alpha2' + status-context: "test-v1a2-centos-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error" @@ -96,5 +105,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