Compare commits

...

1 Commits

Author SHA1 Message Date
Josh Matthews
30db3e2019 Improve test logging on taskcluster 2018-12-17 09:45:19 -05:00

View File

@@ -338,6 +338,7 @@ def wpt_chunk(release_build_task, total_chunks, this_chunk):
.with_index_and_artifacts_expire_in(log_artifacts_expire_in)
.with_max_run_time_minutes(60)
.with_env(TOTAL_CHUNKS=total_chunks, THIS_CHUNK=this_chunk)
.with_env(RUST_LOG="net,constellation")
)
if this_chunk == 1:
task.name += " + extra"