diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-05-06 17:00:51 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-05-06 18:12:23 +0200 |
commit | f49376e766d64f236763551e8971f09f2ce32d12 (patch) | |
tree | 4b1e7e80984d1975e61394403b88e936c39818d5 /etc/taskcluster/decision_task.py | |
parent | dbbfa74e79e542c7d338ebf2a1b914e018747e27 (diff) | |
download | servo-f49376e766d64f236763551e8971f09f2ce32d12.tar.gz servo-f49376e766d64f236763551e8971f09f2ce32d12.zip |
Install taskcluster-proxy in the Windows AMI
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 664127ed9b6..3bd61e53e34 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -396,6 +396,7 @@ def windows_nightly(): return ( windows_build_task("Nightly build and upload") .with_treeherder("Windows x64", "Nightly") + .with_features("taskclusterProxy") .with_scopes("secrets:get:project/servo/s3-upload-credentials") .with_script("mach build --release", "mach package --release", |