servo/etc/ci
Martin Robinson 5e30ce8532 Filter unknown flaky tests when filtering known intermittents
There are two kinds of flaky/intermittent tests in Servo. The
traditional kind is the test that fails on the CI, but has an associated
bug indicating that the test is an intermittent failure. Many of these
tests have completely unstable results, for instance those where an
unpredictable set of subtests fail. It's impossible to generate stable
results for these, so we have traditionally simply discard these
unexpected results.

Another kind of intermittent test is one that will produce an expected
result when rerun (ie will flake). Some of these are also labeled with
bugs, while some are not. In some cases, there is flakiness in some core
Servo functionality that can lead to *any* test flaking, such as a race
condition that can lead to an early screenshot for reftests. When these
kinds of tests do not have associated bugs, they cause the CI to fail.
In this case, it is impossible to label these tests as intermittent
because it can literally be any test.

This change, reruns failed tests in order to detect unlabeled tests in
the second category. Instead of blocking the CI when the second run
leads to expected results, the CI will now pass, but the flake will be
reported to the new flakiness dashboard. This prevents unrelated flakes
from slowing down the merge queue.
2023-02-21 12:10:02 +01:00
..
fontconfig Cargoify servo 2014-09-08 20:21:42 -06:00
performance Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
upstream-wpt-changes Fix upstreaming of WPT changes 2023-01-25 12:17:59 +01:00
buildbot_steps.yml Move WPT Linux from Buildbot to Taskcluster 2019-11-19 18:37:29 +01:00
chaos_monkey_test.py Added /etc/ci/chaos_monkey_test.py. 2016-04-29 09:54:20 -05:00
check_dynamic_symbols.py Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
check_no_panic.sh Rename glutin port to winit 2020-05-27 20:27:15 -07:00
clean_build_artifacts.sh Generate per python version virtualenv 2019-12-09 19:31:45 +00:00
generate_workflow.py Add UWP builds to github actions. 2021-05-29 16:05:02 -04:00
lockfile_changed.sh Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
macos_package_smoketest.sh Verify the macOS package can load basic pages. 2020-07-21 13:12:03 -04:00
mutation_test.sh Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
report_aggregated_expected_results.py Filter unknown flaky tests when filtering known intermittents 2023-02-21 12:10:02 +01:00
update-wpt-checkout Run WPT sync nightly on GitHub Action 2022-08-16 00:14:55 +09:00
wpt-nightly-update.sh ci: Produce a single WPT log artifact 2023-02-02 15:54:04 +01:00
xorg.conf Cargoify servo 2014-09-08 20:21:42 -06:00