summaryrefslogtreecommitdiff
path: root/automation/taskcluster
diff options
context:
space:
mode:
authorTom Prince <mozilla@hocat.ca>2019-11-11 16:44:09 +0000
committerTom Prince <mozilla@hocat.ca>2019-11-11 16:44:09 +0000
commit3e880bc31a941ae8889b87df4c70256bf90741c3 (patch)
tree62c8a6f2d710ce6542a89034d51b495e93d0c67a /automation/taskcluster
parent097771a9b463882894987404c43b35e859111f52 (diff)
downloadnss-hg-3e880bc31a941ae8889b87df4c70256bf90741c3.tar.gz
Bug 1594891 - Use tc-proxy for nss tooltool; r=dustin,jcj
Differential Revision: https://phabricator.services.mozilla.com/D52469
Diffstat (limited to 'automation/taskcluster')
-rw-r--r--automation/taskcluster/graph/src/extend.js4
-rw-r--r--automation/taskcluster/windows/setup.sh4
2 files changed, 5 insertions, 3 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js
index a52bab8d0..2a1a13835 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -837,7 +837,9 @@ async function scheduleWindows(name, base, build_script) {
"c:\\mozilla-build\\moztools-x64\\bin;c:\\mozilla-build\\wget",
DOMSUF: "localdomain",
HOST: "localhost",
- }
+ },
+ features: ["taskclusterProxy"],
+ scopes: ["project:releng:services/tooltool/api/download/internal"],
});
let artifacts_and_kind = {
diff --git a/automation/taskcluster/windows/setup.sh b/automation/taskcluster/windows/setup.sh
index 93c0cdbd5..d5bed3b81 100644
--- a/automation/taskcluster/windows/setup.sh
+++ b/automation/taskcluster/windows/setup.sh
@@ -17,9 +17,9 @@ hg_clone() {
hg_clone https://hg.mozilla.org/build/tools tools b8d7c263dfc3
tools/scripts/tooltool/tooltool_wrapper.sh \
- $(dirname $0)/releng.manifest https://tooltool.mozilla-releng.net/ \
+ $(dirname $0)/releng.manifest http://taskcluster/tooltool.mozilla-releng.net/ \
non-existant-file.sh /c/mozilla-build/python/python.exe \
- /c/builds/tooltool.py --authentication-file /c/builds/relengapi.tok \
+ /c/builds/tooltool.py \
-c /c/builds/tooltool_cache
# This needs $m to be set.