Bug 1509027 - Use more restricted scope for Treeherder routes

https://bugzilla.mozilla.org/show_bug.cgi?id=1509027
This commit is contained in:
Simon Sapin 2018-12-08 01:58:36 +01:00
parent 3c19cd49ec
commit d4442f0f73
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ class Task:
if CONFIG.treeherder_repo_name:
assert CONFIG.git_sha
suffix = ".v2.%s.%s" % (CONFIG.treeherder_repo_name, CONFIG.git_sha)
suffix = ".v2._/%s.%s" % (CONFIG.treeherder_repo_name, CONFIG.git_sha)
self.with_routes(
"tc-treeherder" + suffix,
"tc-treeherder-staging" + suffix,