diff options
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r-- | etc/taskcluster/decision_task.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 662f64aabef..034b7aab207 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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" |