X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_master_feature_tests_ubuntu.yml;h=08baab598ca2aec78645771c9204685473942a4f;hb=refs%2Fchanges%2F73%2F11873%2F1;hp=bbfcc94a8381c2fd295aa606db89c6906e8ddabd;hpb=7ce68786ee08d949ff197d64292037cc6ff32579;p=infra%2Fcicd.git diff --git a/jjb/airship/job_master_feature_tests_ubuntu.yml b/jjb/airship/job_master_feature_tests_ubuntu.yml index bbfcc94a..08baab59 100644 --- a/jjb/airship/job_master_feature_tests_ubuntu.yml +++ b/jjb/airship/job_master_feature_tests_ubuntu.yml @@ -59,11 +59,11 @@ description: 'Distribution to use for the tests.' - string: name: CAPI_VERSION - default: 'v1alpha4' + default: 'v1beta1' description: 'Cluster API version.' - string: name: CAPM3_VERSION - default: 'v1alpha5' + default: 'v1beta1' description: 'Cluster API provider Metal3 version.' - string: name: TARGET_NODE_OS @@ -81,6 +81,10 @@ name: TESTS_FOR default: "feature_tests" description: 'Tests for pivoting and remediation.' + - string: + name: PROMETHEUS_MONITORING + default: "true" + description: 'Enable Prometheus metrics' properties: - build-discarder: @@ -90,7 +94,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 20 * * *" + - timed: "H 17 * * *" pipeline-scm: scm: @@ -98,7 +102,7 @@ url: "{ci_github_repo}" credentials-id: "{ci_github_jenkins_credentials_id}" branches: - - '{branch|master}' + - '{branch|main}' name: 'origin' refspec: '+refs/heads/*:refs/remotes/origin/*' wipe-workspace: True