From d756a69d0e94a0aba8eddd303991ba7cff49435d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 4 Nov 2020 13:21:34 -0500 Subject: [PATCH] Filter py3 tests for intermittents. --- etc/taskcluster/decision_task.py | 7 +++++++ 1 file changed, 7 insertions(+) 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 \