X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a4_integration_tests_centos.yml;h=4fe1c682d65cd2213bb9bfe4d4a3c613481041bc;hb=refs%2Fchanges%2F87%2F10487%2F4;hp=ad3e0b2d37d99e920d175f06d5232dc48836d63b;hpb=07f5cbc93968a5c363b0b7ca6395938f31db3638;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml index ad3e0b2d..4fe1c682 100644 --- a/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml @@ -27,7 +27,7 @@ - job-template: id: capi_bm_v1a4_integration_tests_centos name: '{job_prefix}_{name}_v1a4_integration_test_centos' - description: "K8s CAPI baremetal v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False @@ -49,23 +49,35 @@ name: ghprbAuthorRepoGitUrl default: 'https://github.com/{repo[org]}/{repo[name]}.git' description: 'CI Repo URL for triggering manual build' + - string: + name: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' - string: name: DISTRIBUTION default: 'centos' description: 'Distribution to use for the tests. Can be ubuntu or centos' - string: name: CAPI_VERSION + default: 'v1alpha3' + description: 'Cluster API version. Can be v1alpha3.' + - string: + name: CAPM3_VERSION default: 'v1alpha4' - description: 'Cluster API version. Can be v1alpha1, v1alpha2, v1alpha3 or v1alpha4.' + description: 'Cluster API provider Metal3 version. Can be v1alpha4 or v1alpha5.' - string: name: TARGET_NODE_OS - default: 'Ubuntu' + default: 'Centos' description: 'Distribution to use for the target host.' - string: name: TARGET_NODE_MEMORY default: 4096 description: 'RAM size of the target host.' - + - string: + name: KUBERNETES_VERSION + default: "v1.21.2" + description: 'Kubernetes version' + properties: - build-discarder: days-to-keep: 30 @@ -82,7 +94,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '/test-v1a4-centos-integration' + trigger-phrase: '((.|\n)*\s)?/test-v1a4-centos-integration(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -91,8 +103,9 @@ allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - - 'release-0.3' - status-context: "test-centos-integration" + - 'release-0.4' + - 'release-0.0' + status-context: "test-v1a4-centos-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error"