X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_metal3_dev_tools_integration_test_centos.yml;h=84db9cc2ce68db95418571140f548b31b2ea49a6;hb=fba373c23747d6ccc9a53b4ab0364ea61a7b22b8;hp=746ad6ed6416ba084ce83b07a11cba3827087760;hpb=b1e99615c243202c48834e3e3a98fefb05a2c3de;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_metal3_dev_tools_integration_test_centos.yml b/jjb/metal3/job_metal3_dev_tools_integration_test_centos.yml index 746ad6ed..84db9cc2 100644 --- a/jjb/metal3/job_metal3_dev_tools_integration_test_centos.yml +++ b/jjb/metal3/job_metal3_dev_tools_integration_test_centos.yml @@ -28,7 +28,7 @@ - job-template: id: metal3_dev_tools_integration_test_centos name: 'metal3_dev_tools_integration_test_centos' - description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1beta1 metal3-dev-tools integration tests for {repo[org]}/{repo[name]} on CentOS." project-type: pipeline defaults: global disabled: False @@ -55,9 +55,9 @@ default: 'master' description: 'Target branch of the PR' - string: - name: DISTRIBUTION + name: IMAGE_OS default: 'centos' - description: 'Distribution to use for the tests. Can be ubuntu or centos' + description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos' - string: name: CAPI_VERSION default: 'v1beta1' @@ -66,10 +66,6 @@ name: CAPM3_VERSION default: 'v1beta1' description: 'Cluster API provider Metal3 version. Can be v1alpha5 or v1alpha4.' - - string: - name: TARGET_NODE_OS - default: 'Centos' - description: 'Distribution to use for the target host.' - string: name: TARGET_NODE_MEMORY default: 4096 @@ -95,7 +91,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/test-integration-metal3-centos(\s(.|\n)*)?' + trigger-phrase: '((.|\n)*\s)?/test-integration-metal3-dev-tools-centos(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -105,7 +101,7 @@ white-list-target-branches: - 'master' - 'main' - status-context: "test-integration-metal3-centos" + status-context: "test-integration-metal3-dev-tools-centos" success-status: "Passed" failure-status: "Failed" error-status: "Error"