X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_integration_tests_centos.yml;h=72d552ccc348f9303962a46d05d796205ac447ad;hb=fc0bd715212a172c15c143142f44af1fc029f9f2;hp=b46c3fc42a64ee55dbe6d68b29d0d4002ddeaf2c;hpb=39ce79ea05e4ed301fe7b6123058d8b6822e2c57;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_integration_tests_centos.yml b/jjb/airship/job_capi_bm_integration_tests_centos.yml index b46c3fc4..72d552cc 100644 --- a/jjb/airship/job_capi_bm_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_integration_tests_centos.yml @@ -45,10 +45,26 @@ name: ghprbActualCommit default: 'master' description: 'CI Repo branch for triggering manual build' + - string: + name: ghprbAuthorRepoGitUrl + default: 'https://github.com/{repo[org]}/{repo[name]}.git' + description: 'CI Repo URL for triggering manual build' - string: name: DISTRIBUTION default: 'centos' 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: @@ -74,8 +90,9 @@ auto-close-on-fail: False allow-whitelist-orgs-as-admins: True white-list-target-branches: - - master - status-context: "integration-tests-centos" + - 'master' + - 'v1alpha1' + status-context: "test-centos-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error" @@ -83,7 +100,7 @@ pipeline-scm: scm: - git: - url: https://github.com/{ci_github_repo}.git + url: "{ci_github_repo}" credentials-id: "{ci_github_jenkins_credentials_id}" branches: - '{branch|master}' @@ -92,5 +109,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