summaryrefslogtreecommitdiff
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
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
-rw-r--r--.taskcluster.yml2
-rw-r--r--automation/taskcluster/graph/src/queue.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml
index 0cc9e363e..0edf68581 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -38,7 +38,7 @@ tasks:
description: |
The task that creates all of the other tasks in the task graph
- workerType: "linux"
+ workerType: "linux-gcp"
provisionerId: "nss-${repository.level}"
scopes:
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,