X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_bml_integration_tests.yml;h=72c3c407d05ccafb5fb67b16028876b7227be947;hb=72f7f67677e4b23a146a44cade44c876f3059290;hp=8ca4dd5dc34387c17d866503b6929878c2c248bb;hpb=9a92510d9e53b7f9acdc36c28be7546aec33e2fb;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_bml_integration_tests.yml b/jjb/metal3/job_bml_integration_tests.yml index 8ca4dd5d..72c3c407 100644 --- a/jjb/metal3/job_bml_integration_tests.yml +++ b/jjb/metal3/job_bml_integration_tests.yml @@ -62,6 +62,10 @@ name: capm3_release_branch default: 'main' description: 'The target branch of CAPM3 to be used for this test' + - string: + name: bmo_release_branch + default: 'main' + description: 'The target branch of BMO to be used for this test' - string: name: CAPI_VERSION default: 'v1beta1' @@ -74,6 +78,10 @@ name: TARGET_NODE_MEMORY default: 4096 description: 'RAM size of the target host.' + - string: + name: NUM_NODES + default: 2 + description: 'Number of baremetal servers.' properties: - build-discarder: @@ -96,7 +104,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/test-integration-bml-{image_os}(\s(.|\n)*)?' + trigger-phrase: '.*?/test-integration-bml-{image_os}.*?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True