summaryrefslogtreecommitdiff
path: root/.taskcluster.yml
diff options
context:
space:
mode:
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}'