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

Restrict net logging.

  • Loading branch information
jdm committed Dec 17, 2018
commit c098fcf9a29396ac258d38896a20d97f3ea7ac3b
@@ -338,7 +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")
.with_env(RUST_LOG="net::http_loader,net::resource_thread,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.