Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to reduce intermittent WPT results on taskcluster #22482

Closed
wants to merge 14 commits into from

Add more logging on taskcluster.

  • Loading branch information
jdm committed Dec 17, 2018
commit fc923700d58837097b14b730bcb7140c6236ab8e
@@ -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,script::script_thread")
)
if this_chunk == 1:
task.name += " + extra"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.