tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 8f71e2822fb1371c946d35235bf530e420ed6b94
parent bfdec852fa957889615b379fbae6839f55faeedb
Author: Andrew Halberstadt <ahal@mozilla.com>
Date:   Fri, 21 Nov 2025 14:41:26 +0000

Bug 2000635 - Add basic index routes for Github Decision tasks, r=releng-reviewers,bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D272923

Diffstat:
M.taskcluster.yml | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.taskcluster.yml b/.taskcluster.yml @@ -386,8 +386,13 @@ tasks: kind: decision-task routes: - - checks - - "tc-treeherder.v2.${project}.${head_sha}" + $flattenDeep: + - checks + - $if: 'tasks_for == "github-push"' + then: + - "tc-treeherder.v2.${project}.${head_sha}" + - "index.${trustDomain}.v2.${project}.latest.taskgraph.decision" + - "index.${trustDomain}.v2.${project}.revision.${head_sha}.taskgraph.decision" scopes: - 'assume:repo:${repoUrl[8:]}:branch:${short_head_ref}' dependencies: []