From fdb2a66261b94965c351bb7349814630cabf3003 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 11 Dec 2018 23:37:28 +0100 Subject: [PATCH] Taskcluster: start a decision task for all try-* branches This is an alternative fix for https://github.com/servo/saltfs/issues/903, and anticipates adding trychooser support to Taskcluster --- .taskcluster.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 3155a98c958..ea33b12034f 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -5,7 +5,9 @@ policy: tasks: - $if: 'tasks_for == "github-push"' then: - $if: 'event.ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/try-taskcluster"]' + $if: >- + event.ref in ["refs/heads/auto", "refs/heads/try"] || + event.ref[:15] == "refs/heads/try-" then: # NOTE: when updating this consider whether the daily hook needs similar changes: