Add parameters for CAPI and CAPM3 releases
[infra/cicd.git] / jjb / airship / job_master_feature_tests_upgrade_ubuntu.yml
index b4bc4e57f577a43afca597e78ba2ffd41a3ed999..a829627bf7d7b259007c86215ee182d99c8ce5bd 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: CAPIRELEASE
+        description: 'Cluster API release tag to upgrade from, e.g. v1.0.0'
     - 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: CAPM3RELEASE
+        description: 'CAPM3 release tag to upgrade from, e.g. v1.0.0'
     - 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 +96,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