X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fmetal3%2Fjob_bml_main_integration_tests.yml;h=039d93ca1ae9c19a2b78cf20442f9ec9ebb6db3e;hb=refs%2Fchanges%2F36%2F16536%2F6;hp=a40174e51abb2711c578725a5c67755ae28360de;hpb=ff3cf7ca68ab2c3c7482f1adeae664a9e49e23c1;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_bml_main_integration_tests.yml b/jjb/metal3/job_bml_main_integration_tests.yml index a40174e5..039d93ca 100644 --- a/jjb/metal3/job_bml_main_integration_tests.yml +++ b/jjb/metal3/job_bml_main_integration_tests.yml @@ -27,7 +27,7 @@ - job-template: id: bml_main_integration_tests - name: '{job_prefix}_main_bml_integration_tests_{image_os}' + name: '{job_prefix}_daily_main_bml_integration_tests_{image_os}' description: "CAPM3 v1beta1 main integration tests for {org}/{repo} on {image_os} in Bare Metal Lab." 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: 'main' + description: 'The target branch of CAPM3 to be used for this test' - string: name: CAPI_VERSION default: 'v1beta1' @@ -77,6 +81,11 @@ num-to-keep: 300 artifact-days-to-keep: -1 artifact-num-to-keep: -1 + - build-blocker: + use-build-blocker: true + blocking-jobs: + - ".*_bml_integration_tests_centos" + block-level: 'GLOBAL' triggers: - timed: "H 2 * * *"