Add main branch reference for project infra
[infra/cicd.git] / jjb / airship / job_master_feature_tests_ubuntu.yml
index 53f0af0021d08ab8beb3068b4b6259c821727d4d..08baab598ca2aec78645771c9204685473942a4f 100644 (file)
@@ -27,7 +27,7 @@
 - job-template:
     id: master_feature_tests_ubuntu
     name: '{job_prefix}_master_feature_tests_ubuntu'
-    description: "Upgrade, Pivoting, Remediation tests on Ubuntu. "
+    description: "Pivoting and Remediation tests on Ubuntu. "
     project-type: pipeline
     defaults: global
     disabled: False
         description: 'Distribution to use for the tests.'
     - string:
         name: CAPI_VERSION
-        default: 'v1alpha3'
-        description: 'Cluster API version. Can be v1alpha3 or v1alpha4.'
+        default: 'v1beta1'
+        description: 'Cluster API version.'
+    - string:
+        name: CAPM3_VERSION
+        default: 'v1beta1'
+        description: 'Cluster API provider Metal3 version.'
     - string:
         name: TARGET_NODE_OS
         default: 'Ubuntu'
         description: 'Distribution to use for the target host.'
     - string:
         name: TARGET_NODE_MEMORY
-        default: 8192
+        default: 4096
         description: 'RAM size of the target host.'
     - string:
         name: NUM_NODES
     - string:
         name: TESTS_FOR
         default: "feature_tests"
-        description: 'Tests for pivoting, upgrade and remediation .'
+        description: 'Tests for pivoting and remediation.'
+    - string:
+        name: PROMETHEUS_MONITORING
+        default: "true"
+        description: 'Enable Prometheus metrics'
 
     properties:
     - build-discarder:
@@ -86,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