From d8242edac460a8b95834d94bfe0208d131288814 Mon Sep 17 00:00:00 2001 From: Sunnatillo Date: Fri, 24 Sep 2021 14:52:16 +0300 Subject: [PATCH] Add KUBERNETES_VERSION in airship dev tools integration tests Change-Id: I7c677cca89dd979442c9a0341edc3b184ac96009 --- jjb/airship/job_airship_integration_test_centos.yml | 4 ++++ jjb/airship/job_airship_integration_test_ubuntu.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/jjb/airship/job_airship_integration_test_centos.yml b/jjb/airship/job_airship_integration_test_centos.yml index 716ee0bb..56d77aae 100644 --- a/jjb/airship/job_airship_integration_test_centos.yml +++ b/jjb/airship/job_airship_integration_test_centos.yml @@ -73,6 +73,10 @@ name: TARGET_NODE_MEMORY default: 4096 description: 'RAM size of the target host.' + - string: + name: KUBERNETES_VERSION + default: "v1.22.0" + description: 'Kubernetes version' properties: - build-discarder: diff --git a/jjb/airship/job_airship_integration_test_ubuntu.yml b/jjb/airship/job_airship_integration_test_ubuntu.yml index c5c87309..70141fc5 100644 --- a/jjb/airship/job_airship_integration_test_ubuntu.yml +++ b/jjb/airship/job_airship_integration_test_ubuntu.yml @@ -73,6 +73,10 @@ name: TARGET_NODE_MEMORY default: 4096 description: 'RAM size of the target host.' + - string: + name: KUBERNETES_VERSION + default: "v1.22.0" + description: 'Kubernetes version' properties: - build-discarder: -- 2.25.1