mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
Disable intermittent reporting for now
This commit is contained in:
parent
7d41ae2fa4
commit
0ed434fbeb
1 changed files with 5 additions and 2 deletions
|
@ -124,9 +124,12 @@ def main():
|
|||
wpt-errorsummary.log \
|
||||
--log-intermittents intermittents.log \
|
||||
--log-filteredsummary filtered-wpt-errorsummary.log \
|
||||
--tracker-api default \
|
||||
--reporter-api default
|
||||
--tracker-api default
|
||||
""",
|
||||
# FIXME: --reporter-api default
|
||||
# IndexError: list index out of range
|
||||
# File "/repo/python/servo/testing_commands.py", line 533, in filter_intermittents
|
||||
# pull_request = int(last_merge.split(' ')[4][1:])
|
||||
env={
|
||||
"TOTAL_CHUNKS": total_chunks,
|
||||
"THIS_CHUNK": chunk,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue