summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin J. Mitchell <dustin@mozilla.com>2019-03-20 08:28:18 -0700
committerDustin J. Mitchell <dustin@mozilla.com>2019-03-20 08:28:18 -0700
commitefb3b5cbdc740aa1118a4007becdd194b54d641d (patch)
tree207c5a78a1fa7a4135f495ab9188d67297df8307
parent99500cb429066d5820f63a3a895e2b0bf5bbb40e (diff)
downloadnss-hg-NSS_3_43_BRANCH.tar.gz
Bug 1535370 - Fix NSS CI for old branches [3.43] r=jcjNSS_3_43_BRANCH
A fold of two original patches: Bug 1535370 - use schedulerId nss-level-{level}; r=jcj Bug 1535370 - drop unnecessary queue:route:notify.. route from decision task; r=jcj Reviewers: mt, jcj Reviewed By: jcj Subscribers: jcj Bug #: 1535370 Differential Revision: https://phabricator.services.mozilla.com/D23544 Differential Revision: https://phabricator.services.mozilla.com/D23545
-rw-r--r--.taskcluster.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml
index efd0dd75d..4fffc9c82 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -24,7 +24,7 @@ tasks:
in:
taskId: '${ownTaskId}'
taskGroupId: '${ownTaskId}'
- schedulerId: 'gecko-level-nss'
+ schedulerId: 'nss-level-${repository.level}'
created: {$fromNow: ''}
deadline: {$fromNow: '1 day'}
expires: {$fromNow: '14 days'}
@@ -41,7 +41,6 @@ tasks:
scopes:
- 'assume:repo:${repoUrl[8:]}:branch:default'
- - 'queue:route:notify.email.${ownerEmail}.*'
tags:
createdForUser: "${ownerEmail}"