summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authormcornmesser <mcornmesser@mozilla.com>2023-02-17 18:21:24 +0000
committermcornmesser <mcornmesser@mozilla.com>2023-02-17 18:21:24 +0000
commit3ae306371f68350fc85e68e527811017a1c27ae5 (patch)
treea3dd7fe084206430b22c72266df00667db7e915b /automation
parentea152d303b0777fadb9c04e509d9050821056cfb (diff)
downloadnss-hg-3ae306371f68350fc85e68e527811017a1c27ae5.tar.gz
Bug 1811337 - migrate Win 2012 tasks to Azure. r=bbeurdouche
Differential Revision: https://phabricator.services.mozilla.com/D170225
Diffstat (limited to 'automation')
-rw-r--r--automation/taskcluster/graph/src/extend.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js
index 7ef79fb35..696f8cfb0 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -878,14 +878,14 @@ async function scheduleFuzzing32() {
async function scheduleWindows(name, base, build_script) {
base = merge(base, {
- workerType: "win2012r2",
+ workerType: "b-win2012-azure",
env: {
PATH: "c:\\mozilla-build\\bin;c:\\mozilla-build\\python;" +
"c:\\mozilla-build\\msys\\local\\bin;c:\\mozilla-build\\7zip;" +
"c:\\mozilla-build\\info-zip;c:\\mozilla-build\\python\\Scripts;" +
"c:\\mozilla-build\\yasm;c:\\mozilla-build\\msys\\bin;" +
"c:\\Windows\\system32;c:\\mozilla-build\\upx391w;" +
- "c:\\mozilla-build\\moztools-x64\\bin;c:\\mozilla-build\\wget",
+ "c:\\mozilla-build\\moztools-x64\\bin;c:\\mozilla-build\\wget;c:\\Program Files\\Mercurial",
DOMSUF: "localdomain",
HOST: "localhost",
},