mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Bug 1509027 - Use more restricted scope for Treeherder routes
https://bugzilla.mozilla.org/show_bug.cgi?id=1509027
This commit is contained in:
parent
3c19cd49ec
commit
d4442f0f73
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue