X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_main_feature_tests_upgrade.yml;h=a60e48bc16c4d9b17d7d0420878d27f028270be5;hb=refs%2Fchanges%2F36%2F16536%2F6;hp=f7cd89575565578d9e7672a59cdd33ff6e9c5b1c;hpb=146f50a3252eb3334f04d5031d7dd26f9082a976;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_main_feature_tests_upgrade.yml b/jjb/metal3/job_main_feature_tests_upgrade.yml index f7cd8957..a60e48bc 100644 --- a/jjb/metal3/job_main_feature_tests_upgrade.yml +++ b/jjb/metal3/job_main_feature_tests_upgrade.yml @@ -27,7 +27,7 @@ - job-template: id: main_feature_tests_upgrade - name: '{job_prefix}_main_feature_tests_upgrade_{image_os}' + name: '{job_prefix}_daily_main_feature_tests_upgrade_{image_os}' description: "Upgrade main tests on {image_os}." project-type: pipeline defaults: global @@ -44,7 +44,7 @@ description: 'Project github repo name' - string: name: ghprbActualCommit - default: 'master' + default: 'main' description: 'CI Repo branch for triggering manual build' - string: name: ghprbAuthorRepoGitUrl @@ -52,12 +52,16 @@ 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: 'release-0.5' + description: 'The target branch of CAPM3 to be used for this test' - string: name: CAPI_VERSION default: 'v1alpha4'