X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_master_feature_tests_upgrade_ubuntu.yml;h=a829627bf7d7b259007c86215ee182d99c8ce5bd;hb=6d5b353c5b4b3a4a7e7dc26e4aa83151df1936c6;hp=b4bc4e57f577a43afca597e78ba2ffd41a3ed999;hpb=ef359b0970dd4f37db31e419fdf88ecafe8319f9;p=infra%2Fcicd.git diff --git a/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml b/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml index b4bc4e57..a829627b 100644 --- a/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml +++ b/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml @@ -59,19 +59,25 @@ 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: @@ -98,7 +104,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