Add main branch reference for project infra
[infra/cicd.git] / jjb / airship / job_master_feature_tests_ubuntu.yml
index 993284556addf723c7063122fa444d71dc050d37..08baab598ca2aec78645771c9204685473942a4f 100644 (file)
         description: 'Distribution to use for the tests.'
     - string:
         name: CAPI_VERSION
-        default: 'v1alpha3'
-        description: 'Cluster API version. Can be v1alpha3.'
+        default: 'v1beta1'
+        description: 'Cluster API version.'
     - string:
         name: CAPM3_VERSION
-        default: 'v1alpha4'
-        description: 'Cluster API provider Metal3 version. Can be v1alpha3 or v1alpha4.'
+        default: 'v1beta1'
+        description: 'Cluster API provider Metal3 version.'
     - string:
         name: TARGET_NODE_OS
         default: 'Ubuntu'
         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: "@midnight"
+      - timed: "H 17 * * *"
 
     pipeline-scm:
       scm:
           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