Set CAPI and CAPM3 versions lower for upgrade
[infra/cicd.git] / jjb / airship / job_master_feature_tests_upgrade_ubuntu.yml
index b4bc4e57f577a43afca597e78ba2ffd41a3ed999..f88215818677b2564ec46d29709be277fe128cf2 100644 (file)
         description: 'Distribution to use for the tests.'
     - string:
         name: CAPI_VERSION
-        default: 'v1alpha3'
-        description: 'Cluster API version. Can be v1alpha3.'
+        default: 'v1alpha4'
+        description: 'Cluster API version.'
     - string:
         name: CAPM3_VERSION
-        default: 'v1alpha4'
-        description: 'Cluster API provider Metal3 version. Can be v1alpha3 or v1alpha4.'
+        default: 'v1alpha5'
+        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
@@ -90,7 +90,7 @@
         artifact-num-to-keep: -1
 
     triggers:
-      - timed: "@midnight"
+      - 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