From 6f23c473c17828a5a74a4e0186a077e401d416a2 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Thu, 7 Nov 2019 19:58:42 +0000 Subject: Bug 1591275: Switch workers to use AWS Provder; r=kjacobs Differential Revision: https://phabricator.services.mozilla.com/D51952 --- .taskcluster.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.taskcluster.yml') diff --git a/.taskcluster.yml b/.taskcluster.yml index 05bade965..0cc9e363e 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -38,8 +38,8 @@ tasks: description: | The task that creates all of the other tasks in the task graph - workerType: "hg-worker" - provisionerId: "aws-provisioner-v1" + workerType: "linux" + provisionerId: "nss-${repository.level}" scopes: - 'assume:repo:${repoUrl[8:]}:branch:default' @@ -59,6 +59,7 @@ tasks: TC_SOURCE: "${repository.url}" TC_PROJECT: ${repository.project} TC_SCHEDULER_ID: "${schedulerId}" + MOZ_SCM_LEVEL: "${repository.level}" NSS_PUSHLOG_ID: '${push.pushlog_id}' NSS_HEAD_REPOSITORY: '${repository.url}' NSS_HEAD_REVISION: '${push.revision}' -- cgit v1.2.1