aboutsummaryrefslogtreecommitdiff
path: root/tcwg_gnu.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-09-16 09:16:23 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-09-16 09:16:23 +0000
commit135e9945af1c3088710e8a1f44862d1c30f7a924 (patch)
tree49df76b5f8223aead9ec222f3769132209bc2580 /tcwg_gnu.yaml
parent072da43f9c136e9bc4ead367f9963972c4a42e13 (diff)
tcwg_gnu: Disable bootstrap configurations that are known to fail
All of these currently abort because of a time out, so disable them to avoid wasting resources. We should investigate manually if they are working but taking more time than currently allocated, or if they are actually broken (and if so, report the problem upstream). Change-Id: I7636be8d941ba4d59d465db92014b3901dabd9b9
Diffstat (limited to 'tcwg_gnu.yaml')
-rw-r--r--tcwg_gnu.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/tcwg_gnu.yaml b/tcwg_gnu.yaml
index fe210dd4..4c97b88d 100644
--- a/tcwg_gnu.yaml
+++ b/tcwg_gnu.yaml
@@ -211,7 +211,15 @@
# Don't run these known-bad configurations.
case {target}-{type_of_test} in
- arm-bootstrap_profiled_lto*)
+ aarch64-bootstrap_profiled\
+ aarch64-bootstrap_profiled_lto|\
+ aarch64-bootstrap_profiled_lto_lean|\
+ aarch64-check_bootstrap_lto|\
+ arm-bootstrap_profiled\
+ arm-bootstrap_profiled_lto*|\
+ arm-check_bootstrap|\
+ arm-check_bootstrap_lto|\
+ )
touch artifacts/failures
exit 1
;;