From d02bd6c0517b450153c6c15f3a2bc720003cdfac Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Fri, 2 Nov 2018 15:49:47 -0400 Subject: [PATCH] Pass lava2 api token from jenkins Signed-off-by: Jonathan Rajotte --- jobs/system-tests.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index 67e148c..9a33e6f 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -89,6 +89,9 @@ - text: credential-id: jenkins_lava_key variable: LAVA_JENKINS_TOKEN + - text: + credential-id: jenkins_lava2_key + variable: LAVA2_JENKINS_TOKEN - file: credential-id: system_tests_storage_key variable: identity_file @@ -148,6 +151,9 @@ - text: credential-id: jenkins_lava_key variable: LAVA_JENKINS_TOKEN + - text: + credential-id: jenkins_lava2_key + variable: LAVA2_JENKINS_TOKEN - inject: properties-content: | BUILD_DEVICE=kvm @@ -195,6 +201,9 @@ - text: credential-id: jenkins_lava_key variable: LAVA_JENKINS_TOKEN + - text: + credential-id: jenkins_lava2_key + variable: LAVA2_JENKINS_TOKEN - inject: properties-content: | BUILD_DEVICE=kvm @@ -243,6 +252,9 @@ - text: credential-id: jenkins_lava_key variable: LAVA_JENKINS_TOKEN + - text: + credential-id: jenkins_lava2_key + variable: LAVA2_JENKINS_TOKEN - inject: properties-content: | BUILD_DEVICE=baremetal -- 2.34.1