summaryrefslogtreecommitdiff
path: root/.taskcluster.yml
diff options
context:
space:
mode:
authorTom Prince <mozilla@hocat.ca>2019-11-07 19:58:42 +0000
committerTom Prince <mozilla@hocat.ca>2019-11-07 19:58:42 +0000
commit6f23c473c17828a5a74a4e0186a077e401d416a2 (patch)
tree75a1b4e57f92d726eda6ad69fbcd1b6bcb9b46f8 /.taskcluster.yml
parenta79cacbe5b1777b847487623097a470d7cc96ae8 (diff)
downloadnss-hg-6f23c473c17828a5a74a4e0186a077e401d416a2.tar.gz
Bug 1591275: Switch workers to use AWS Provder; r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D51952
Diffstat (limited to '.taskcluster.yml')
-rw-r--r--.taskcluster.yml5
1 files changed, 3 insertions, 2 deletions
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}'