aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-04-01 13:09:02 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-04-02 21:19:03 +0100
commitecdd93235f924ca54cb254b348fe98eb8802fc4a (patch)
tree83bd5429317c143d7de1ac75ad4cd987368c017e
parent3ecf1cc7c0bc43121d537a887ef1c755026b0225 (diff)
Switch cross-testing target to tcwg-ex40-09 for all builders
Normally we want to use "local" target for cross-testing, but since build-06 was re-imaged, and replacement is likely to turn up as a VM later, switch cross-testing to Hetzner's tcwg-ex40-09, so that we can verify staging builders. Change-Id: I0ea1745bde1862e2ab7cafd221af4316a58cfb90
-rw-r--r--config/linaro.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linaro.exp b/config/linaro.exp
index ca86f735..0c925584 100644
--- a/config/linaro.exp
+++ b/config/linaro.exp
@@ -111,7 +111,7 @@ case "$target_triplet" in {
set target_list [list $machine_prefix-tcwgex40]
}
default {
- set target_list [list $machine_prefix-build]
+ set target_list [list $machine_prefix-tcwgex40]
}
}
} else {
@@ -127,7 +127,7 @@ case "$target_triplet" in {
set target_list [list $machine_prefix-tcwgex40qemu]
}
default {
- set target_list [list $machine_prefix-buildqemu]
+ set target_list [list $machine_prefix-tcwgex40qemu]
}
}
} else {