aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-11-04 13:21:34 -0500
committerGitHub <noreply@github.com>2020-11-04 13:21:34 -0500
commitd756a69d0e94a0aba8eddd303991ba7cff49435d (patch)
treee9878bbae13ba5db4a77fe714159fcd003537203 /etc
parent9a39f5c49170fae9f631afc67faa8949a147cedb (diff)
downloadservo-d756a69d0e94a0aba8eddd303991ba7cff49435d.tar.gz
servo-d756a69d0e94a0aba8eddd303991ba7cff49435d.zip
Filter py3 tests for intermittents.
Diffstat (limited to 'etc')
-rw-r--r--etc/taskcluster/decision_task.py7
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 \