X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_master_integration_tests_ubuntu.yml;h=3d1e1850c281563e6d67a8db2c1a03ea64f74c3b;hb=07f5cbc93968a5c363b0b7ca6395938f31db3638;hp=72b0db7a370e9aeca7b4df219ae5d32ebea517bb;hpb=72f718da2fe67f7b466492d4f358aab4904de700;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a2_master_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a2_master_integration_tests_ubuntu.yml index 72b0db7a..3d1e1850 100644 --- a/jjb/airship/job_capi_bm_v1a2_master_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a2_master_integration_tests_ubuntu.yml @@ -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: "{ci_github_repo}" 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