X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_master_integration_tests_ubuntu.yml;h=1fc417e8bf4f712798800b6c8f1f8ff0a8a3beec;hb=7a40c76d50eb74886c849b05958fd0f420499688;hp=1317f689a7eed8788600bb2613ec6e331b450013;hpb=2dacaf5d621dfa8dcb78cddd7013dae047a12bde;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 1317f689..1fc417e8 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 @@ -26,7 +26,7 @@ - job-template: id: capi_bm_v1a2_master_integration_tests_ubuntu - name: '{job_prefix}_v1a2_master_integration_test_ubuntu' + name: '{job_prefix}_master_v1a2_integration_test_ubuntu' description: "K8s CAPI baremetal v1alpha2 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global @@ -49,6 +49,10 @@ 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: 'ubuntu' @@ -56,7 +60,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 +83,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 +92,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