X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_master_integration_tests_centos.yml;h=966739959e0b8deb7b0f1cd0076d2f409568dcf8;hb=3116ba56b47853ec94dabf0b6d5e745e4aec9163;hp=197f520ed36808bc167ceb010d3b8336f16e8b07;hpb=eb439b6d4e829d24be583cca45122560cd678266;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a2_master_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a2_master_integration_tests_centos.yml index 197f520e..96673995 100644 --- a/jjb/airship/job_capi_bm_v1a2_master_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a2_master_integration_tests_centos.yml @@ -26,7 +26,7 @@ - job-template: id: capi_bm_v1a2_master_integration_tests_centos - name: '{job_prefix}_v1a2_master_integration_test_centos' + name: '{job_prefix}_master_v1a2_integration_test_centos' description: "K8s CAPI baremetal v1alpha2 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global @@ -56,7 +56,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: @@ -71,7 +79,7 @@ pipeline-scm: scm: - git: - url: https://github.com/Nordix/airship-dev-tools.git + url: https://github.com/{ci_github_repo}.git credentials-id: "{ci_github_jenkins_credentials_id}" branches: - '{branch|master}' @@ -80,5 +88,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