diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-11-07 10:05:14 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-11 21:31:01 +0000 |
commit | 5f309b107dedbed4581681b494bc5f39b5c058ea (patch) | |
tree | 74e11b31b81aa2f43b47cd241f09ea7483c330b5 /jjb/common/include-agl-lava-labs-prepare.sh | |
parent | b6ec8206325375abbb4c91fd3c85eb5204d2c0bb (diff) |
jjb: lava-labs-prepare: only use lab-agl-core
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>
Diffstat (limited to 'jjb/common/include-agl-lava-labs-prepare.sh')
-rw-r--r-- | jjb/common/include-agl-lava-labs-prepare.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/common/include-agl-lava-labs-prepare.sh b/jjb/common/include-agl-lava-labs-prepare.sh index 35d3541c..ea025469 100644 --- a/jjb/common/include-agl-lava-labs-prepare.sh +++ b/jjb/common/include-agl-lava-labs-prepare.sh @@ -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" ) # |