Remove unused PROMETHEUS_METRICS variable from airship jobs
[infra/cicd.git] / jjb / airship / job_master_feature_tests_centos.yml
index 670197edc38bd44fdf2ee770c654686b676cb202..264d6deff0a08e73d574dca04b276f1510fa1f90 100644 (file)
         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
@@ -90,7 +90,7 @@
         artifact-num-to-keep: -1
 
     triggers:
-      - timed: "H 18 * * *"
+      - timed: "H 17 * * *"
 
     pipeline-scm:
       scm:
@@ -98,7 +98,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