X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_integration_tests_ubuntu.yml;h=2290f81fa3bdad32b5b7bc601e855e69d2195d64;hb=6574471ba434c89d48f67c3695867687d1a4be3b;hp=f79ab1df7f3da63fc697663ad28409d3a0788e9b;hpb=eb439b6d4e829d24be583cca45122560cd678266;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml index f79ab1df..2290f81f 100644 --- a/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml @@ -45,6 +45,14 @@ 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: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' - string: name: DISTRIBUTION default: 'ubuntu' @@ -52,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: @@ -70,16 +86,17 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '/test-integration' + trigger-phrase: '/test-v1a2-integration' skip-build-phrase: '/skip-test' only-trigger-phrase: True - github-hooks: False + github-hooks: True permit-all: False auto-close-on-fail: False allow-whitelist-orgs-as-admins: True white-list-target-branches: - - master - status-context: "v1a2-integration-tests-ubuntu" + - 'master' + - 'release-0.2' + status-context: "test-v1a2-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error" @@ -87,7 +104,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}' @@ -96,5 +113,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