From 537c36d2f54b3d678a54aeb594b033fc80d4608c Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 22 May 2017 22:02:44 +0000 Subject: ci-platform-jjb: enable more user/token pairs Setup more user/token pairs in order to ease expanding boot testing (CIBT) to multiple LAVA labs Change-Id: I78a9aae829d551f282ed3f2b23d2652070fc2918 Signed-off-by: Kevin Hilman --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 54265ab8..3f6ccaa6 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -431,6 +431,18 @@ credential-id: agl_main_lava_instance username: AGLLAVAUSER password: AGLLAVATOKEN + - username-password-separated: + credential-id: lab_main_lava_instance + username: LAB_AGL_USER + password: LAB_AGL_TOKEN + - username-password-separated: + credential-id: lab_baylibre_lava_instance + username: LAB_BAYLIBRE_USER + password: LAB_BAYLIBRE_TOKEN + - username-password-separated: + credential-id: lab_baylibre_seattle_lava_instance + username: LAB_BAYLIBRE_SEATTLE_USER + password: LAB_BAYLIBRE_SEATTLE_TOKEN builders: - shell: -- cgit 1.2.3-korg