diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-11-04 13:21:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 13:21:34 -0500 |
commit | d756a69d0e94a0aba8eddd303991ba7cff49435d (patch) | |
tree | e9878bbae13ba5db4a77fe714159fcd003537203 /etc | |
parent | 9a39f5c49170fae9f631afc67faa8949a147cedb (diff) | |
download | servo-d756a69d0e94a0aba8eddd303991ba7cff49435d.tar.gz servo-d756a69d0e94a0aba8eddd303991ba7cff49435d.zip |
Filter py3 tests for intermittents.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/taskcluster/decision_task.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index c06ebc8e58f..6516c1304ab 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -646,8 +646,15 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes, --processes $PROCESSES \ --log-raw test-wpt-py3.log \ --log-errorsummary wpt-py3-errorsummary.log \ + --always-succeed \ url \ | cat + ./mach filter-intermittents \ + wpt-py3-errorsummary.log \ + --log-intermittents wpt-py3-intermittents.log \ + --log-filteredsummary filtered-py3-errorsummary.log \ + --tracker-api default \ + --reporter-api default time ./mach test-wpt --release --product=servodriver --headless \ tests/wpt/mozilla/tests/mozilla/DOMParser.html \ tests/wpt/mozilla/tests/css/per_glyph_font_fallback_a.html \ |