jjb: lava-labs-prepare: only use lab-agl-core 97/17797/2
authorKevin Hilman <khilman@baylibre.com>
Wed, 7 Nov 2018 18:05:14 +0000 (10:05 -0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 11 Nov 2018 21:31:01 +0000 (21:31 +0000)
We're now using a single LAVA master (lab-agl-core) with multiple remote
LAVA workers, so ci-management/jjb scripts only need to submit jobs to
one LAVA master.

While here, remove the long-unused lab-baylibre-seattle

Change-Id: I22f1ec039f7512809f0aac61b7ce5ea68131889b
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
jjb/common/include-agl-lava-labs-prepare.sh

index 35d3541..ea02546 100644 (file)
@@ -17,8 +17,7 @@ set +e
 declare -A labs
 labs=(
       [agl]="https://lava.automotivelinux.org/;$LAB_AGL_USER;$LAB_AGL_TOKEN;lab-agl-core"
-      [baylibre]="http://lava.baylibre.com:10080/;$LAB_BAYLIBRE_USER;$LAB_BAYLIBRE_TOKEN;lab-baylibre-legacy"
-#    [baylibre_seattle]="http://lava.ished.com/;$LAB_BAYLIBRE_SEATTLE_USER;$LAB_BAYLIBRE_SEATTLE_TOKEN"
+#      [baylibre]="http://lava.baylibre.com:10080/;$LAB_BAYLIBRE_USER;$LAB_BAYLIBRE_TOKEN;lab-baylibre-legacy"
 )
 
 #