summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2021-03-03 14:31:54 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2021-03-12 16:14:28 +0200
commit1c73ff8d57404ba0e9bd36b2ecaa8448a809473d (patch)
tree3a99b9aef62bb739249788ffc6f7b81a84506ced
parentee38ed80d8ae00a5b7e6c80b8022804df52e9265 (diff)
downloadweston-1c73ff8d57404ba0e9bd36b2ecaa8448a809473d.tar.gz
CI: test skips are failures
In CI we should never get a skip, so turn them into failures to make sure we notice. This is enabled only for the configuration where we build everything. If anything is disabled, skips are expected. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5e8fb55..5ceae79d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,6 +105,7 @@ build-native-meson-default-options:
-Doptimization=0
-Db_coverage=true
-Dwerror=true
+ -Dtest-skip-is-failure=true
extends: .build-native-meson
after_script:
- ninja -C build-* coverage-html