From 7eb63c0fd00499079b983fefb1fe70b87b193d25 Mon Sep 17 00:00:00 2001 From: smoshiur1237 Date: Tue, 9 Nov 2021 16:09:57 +0200 Subject: [PATCH] Modify CAPM3 and CAPI version to v1beta1 for Bare metal lab Change-Id: Ib6d166f06bd63380bfc49d3ee4acff876586748d --- jjb/airship/job_bml_integration_tests_centos.yml | 6 +++--- jjb/airship/job_bml_master_integration_tests_centos.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/airship/job_bml_integration_tests_centos.yml b/jjb/airship/job_bml_integration_tests_centos.yml index c4772fde1..35fcb032e 100644 --- a/jjb/airship/job_bml_integration_tests_centos.yml +++ b/jjb/airship/job_bml_integration_tests_centos.yml @@ -27,7 +27,7 @@ - job-template: id: bml_integration_tests_centos name: '{job_prefix}_{name}_bml_integration_tests_centos' - description: "K8s CAPIM3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." + description: "K8s CAPIM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." project-type: pipeline defaults: global disabled: False @@ -59,11 +59,11 @@ description: 'Distribution to use for the tests. Can be ubuntu or centos' - 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 diff --git a/jjb/airship/job_bml_master_integration_tests_centos.yml b/jjb/airship/job_bml_master_integration_tests_centos.yml index b7b84ee59..5ede24e5d 100644 --- a/jjb/airship/job_bml_master_integration_tests_centos.yml +++ b/jjb/airship/job_bml_master_integration_tests_centos.yml @@ -27,7 +27,7 @@ - job-template: id: bml_master_integration_tests_centos name: '{job_prefix}_master_bml_integration_tests_centos' - description: "K8s CAPIM3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." + description: "K8s CAPIM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." project-type: pipeline defaults: global disabled: False @@ -59,11 +59,11 @@ description: 'Distribution to use for the tests. Can be ubuntu or centos' - 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 -- 2.25.1