From 41799dcec1acee703437bb2cacb5e62d0ca422f1 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Tue, 24 Sep 2019 10:54:44 -0700 Subject: [PATCH] Adds note to ping performance testing when routes change (#5500) --- taskcluster/fenix_taskgraph/routes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taskcluster/fenix_taskgraph/routes.py b/taskcluster/fenix_taskgraph/routes.py index 06cc325a7..a1771cd59 100644 --- a/taskcluster/fenix_taskgraph/routes.py +++ b/taskcluster/fenix_taskgraph/routes.py @@ -8,6 +8,9 @@ import time from taskgraph.transforms.task import index_builder +# Please ping the performance testing team (whawkins at the moment) if these routes change. +# In the future, notifying consumers may be easier (https://bugzilla.mozilla.org/show_bug.cgi?id=1548810), but +# we need to remember to tell users for the time being SIGNING_ROUTE_TEMPLATES = [ "index.project.{trust-domain}.{project}.v2.{variant}.{build_date}.revision.{head_rev}", "index.project.{trust-domain}.{project}.v2.{variant}.{build_date}.latest",