diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-12-17 09:45:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 09:45:19 -0500 |
commit | 30db3e20191ad09cecc1222b1345a9be31cf03f7 (patch) | |
tree | 6d77c2f25b7346ea45e23d69cb0bfc68cc7a4713 | |
parent | 9ca6768a56cf29ce6563af932b9e8a9150963d39 (diff) | |
download | servo-jdm-patch-24.tar.gz servo-jdm-patch-24.zip |
Improve test logging on taskclusterjdm-patch-24
-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" |