summaryrefslogtreecommitdiff
path: root/.taskcluster.yml
diff options
context:
space:
mode:
authorAndi-Bogdan Postelnicu <bpostelnicu@mozilla.com>2019-06-06 18:22:31 +0000
committerAndi-Bogdan Postelnicu <bpostelnicu@mozilla.com>2019-06-06 18:22:31 +0000
commit0280ec37dc2525a06468911825edd1497187c215 (patch)
treefa1dd861c0dc360668f3e342fd15b142a07c19f7 /.taskcluster.yml
parentaf5b4a54d5bae43d541bc6402f302aa4dadc8a30 (diff)
downloadnss-hg-0280ec37dc2525a06468911825edd1497187c215.tar.gz
Bug 1557264 - All child tasks should be in the same TaskGroupId as the decision task. r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D33917
Diffstat (limited to '.taskcluster.yml')
-rw-r--r--.taskcluster.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml
index 4fffc9c82..4d5117e5e 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -21,10 +21,12 @@ tasks:
$if: 'repository.url[-1] == "/"'
then: {$eval: 'repository.url[:-1]'}
else: {$eval: 'repository.url'}
+ # scheduler id
+ schedulerId: 'nss-level-${repository.level}'
in:
taskId: '${ownTaskId}'
taskGroupId: '${ownTaskId}'
- schedulerId: 'nss-level-${repository.level}'
+ schedulerId: '${schedulerId}'
created: {$fromNow: ''}
deadline: {$fromNow: '1 day'}
expires: {$fromNow: '14 days'}
@@ -56,6 +58,7 @@ tasks:
TC_OWNER: "${push.owner}"
TC_SOURCE: "${repository.url}"
TC_PROJECT: ${repository.project}
+ TC_SCHEDULER_ID: "${schedulerId}"
NSS_PUSHLOG_ID: '${push.pushlog_id}'
NSS_HEAD_REPOSITORY: '${repository.url}'
NSS_HEAD_REVISION: '${push.revision}'