summaryrefslogtreecommitdiff
path: root/automation/taskcluster
diff options
context:
space:
mode:
authorMichelle Goossens <michelle@masterwayz.nl>2022-11-24 12:59:44 +0000
committerMichelle Goossens <michelle@masterwayz.nl>2022-11-24 12:59:44 +0000
commit170568b164768d6178e56d5e8b518547f0989c69 (patch)
tree3fa469d1ca381799c0b7b2916c457b9b78b03a29 /automation/taskcluster
parent3fe2096e2f7853c24fec1210deaf44c0a33771e3 (diff)
downloadnss-hg-170568b164768d6178e56d5e8b518547f0989c69.tar.gz
Bug 1799315 - Migrate nss from AWS to GCP r=ahal,nss-reviewers,bbeurdouche
Differential Revision: https://phabricator.services.mozilla.com/D161376
Diffstat (limited to 'automation/taskcluster')
-rw-r--r--automation/taskcluster/graph/src/queue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/taskcluster/graph/src/queue.js b/automation/taskcluster/graph/src/queue.js
index 851bc669a..2e62d4bb7 100644
--- a/automation/taskcluster/graph/src/queue.js
+++ b/automation/taskcluster/graph/src/queue.js
@@ -157,7 +157,7 @@ function convertTask(def) {
return {
provisionerId: def.provisioner || `nss-${process.env.MOZ_SCM_LEVEL}`,
- workerType: def.workerType || "linux",
+ workerType: def.workerType || "linux-gcp",
schedulerId: process.env.TC_SCHEDULER_ID,
taskGroupId: process.env.TASK_ID,