From d5be25f9c1066e1dc3a3ddd263e58d7a69b2a60c Mon Sep 17 00:00:00 2001 From: Wander Lairson Costa Date: Sun, 29 Oct 2017 13:57:41 -0700 Subject: [PATCH] Bug 1357753: Fix try branch name. r=jlund "Try" with capital T is causing bustage with Taskcluster test jobs. MozReview-Commit-ID: BNNW4nFf0Ro --- taskcluster/taskgraph/transforms/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/taskgraph/transforms/tests.py b/taskcluster/taskgraph/transforms/tests.py index e96ca6c5073b..71c04549a2c2 100644 --- a/taskcluster/taskgraph/transforms/tests.py +++ b/taskcluster/taskgraph/transforms/tests.py @@ -457,7 +457,7 @@ def setup_talos(config, tests): # name is only required for try if config.params['project'] == 'try': extra_options.append('--branch-name') - extra_options.append('Try') + extra_options.append('try') yield test