X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_main_feature_tests.yml;h=3e326bcf43134859037458778d6d289c42a6f4ae;hb=refs%2Fchanges%2F36%2F16536%2F6;hp=bedd509406de26b5bd5f0430be0887e154de24ba;hpb=2e1382e68c55bbb656a92c3f642e63c709c98e7b;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_main_feature_tests.yml b/jjb/metal3/job_main_feature_tests.yml index bedd5094..3e326bcf 100644 --- a/jjb/metal3/job_main_feature_tests.yml +++ b/jjb/metal3/job_main_feature_tests.yml @@ -27,7 +27,7 @@ - job-template: id: main_feature_tests - name: '{job_prefix}_main_feature_tests_{image_os}' + name: '{job_prefix}_daily_main_feature_tests_{image_os}' description: "Inspection, remediation, pivoting, node reuse and repivoting main feature tests on {image_os}." project-type: pipeline defaults: global @@ -36,28 +36,32 @@ parameters: - string: name: PROJECT_REPO_ORG - default: '{repo[org]}' + default: '{org}' description: 'Project github repo org name' - string: name: PROJECT_REPO_NAME - default: '{repo[name]}' + default: '{repo}' description: 'Project github repo name' - string: name: ghprbActualCommit - default: 'master' + default: 'main' description: 'CI Repo branch for triggering manual build' - string: name: ghprbAuthorRepoGitUrl - default: 'https://github.com/{repo[org]}/{repo[name]}.git' + default: 'https://github.com/{org}/{repo}.git' 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: 'main' + description: 'The target branch of CAPM3 to be used for this test' - string: name: CAPI_VERSION default: 'v1beta1' @@ -87,7 +91,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 17 * * *" + - timed: "H 20 * * 1,4" pipeline-scm: scm: