X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_capm3_main_integration_tests.yml;h=b34f57f12d30609c460b2225a40a8e4eb6506b02;hb=refs%2Fchanges%2F54%2F20854%2F1;hp=1221a8ba1b14f608169de851dcd008371f763ddd;hpb=ff3cf7ca68ab2c3c7482f1adeae664a9e49e23c1;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_capm3_main_integration_tests.yml b/jjb/metal3/job_capm3_main_integration_tests.yml index 1221a8ba..b34f57f1 100644 --- a/jjb/metal3/job_capm3_main_integration_tests.yml +++ b/jjb/metal3/job_capm3_main_integration_tests.yml @@ -26,7 +26,7 @@ - job-template: id: capm3_main_integration_tests - name: '{job_prefix}_main_{version}_integration_test_{image_os}' + name: '{job_prefix}_daily_{capm3_target_branch}_integration_test_{image_os}' description: "CAPM3 {capm3_version} integration tests for {org}/{repo} on {image_os}." project-type: pipeline defaults: global @@ -43,7 +43,7 @@ description: 'Project github repo name' - string: name: ghprbActualCommit - default: 'master' + default: 'main' description: 'CI Repo branch for triggering manual build' - string: name: ghprbAuthorRepoGitUrl @@ -51,12 +51,20 @@ description: 'CI Repo URL for triggering manual build' - string: name: ghprbTargetBranch - default: 'master' + default: 'main' description: 'Target branch of the PR' - string: name: IMAGE_OS default: '{image_os}' description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos' + - string: + name: capm3_release_branch + default: '{capm3_release_branch}' + description: 'The target branch of CAPM3 to be used for this test' + - string: + name: bmo_release_branch + default: '{bmo_release_branch}' + description: 'The target branch of BMO to be used for this test' - string: name: CAPI_VERSION default: '{capi_version}'