mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
ci: Stop running failing tests
This makes the test output much harder to read, and is just a waste of time.
This commit is contained in:
parent
6f9c4c894d
commit
da7040874e
@ -28,13 +28,6 @@ case "${backend}" in
|
|||||||
# generate the reports
|
# generate the reports
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
|
|
||||||
xvfb-run -a -s "-screen 0 1024x768x24 -noreset" \
|
|
||||||
meson test -C ${builddir} \
|
|
||||||
--timeout-multiplier "${multiplier}" \
|
|
||||||
--print-errorlogs \
|
|
||||||
--setup=${backend}_unstable \
|
|
||||||
--suite=flaky \
|
|
||||||
--suite=failing || true
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
wayland*)
|
wayland*)
|
||||||
@ -55,13 +48,6 @@ case "${backend}" in
|
|||||||
--no-suite=gsk-compare-broadway
|
--no-suite=gsk-compare-broadway
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
|
|
||||||
meson test -C ${builddir} \
|
|
||||||
--timeout-multiplier "${multiplier}" \
|
|
||||||
--print-errorlogs \
|
|
||||||
--setup=${backend}_unstable \
|
|
||||||
--suite=flaky \
|
|
||||||
--suite=failing || true
|
|
||||||
|
|
||||||
kill ${compositor}
|
kill ${compositor}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@ -84,13 +70,6 @@ case "${backend}" in
|
|||||||
# don't let Broadway failures fail the run, for now
|
# don't let Broadway failures fail the run, for now
|
||||||
exit_code=0
|
exit_code=0
|
||||||
|
|
||||||
meson test -C ${builddir} \
|
|
||||||
--timeout-multiplier "${multiplier}" \
|
|
||||||
--print-errorlogs \
|
|
||||||
--setup=${backend}_unstable \
|
|
||||||
--suite=flaky \
|
|
||||||
--suite=failing || true
|
|
||||||
|
|
||||||
kill ${server}
|
kill ${server}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user