From 398c350ace4c8ec509e5381fe78377780b42aa38 Mon Sep 17 00:00:00 2001 From: Bastien Abadie Date: Wed, 26 Feb 2020 07:58:59 +0100 Subject: [PATCH] Do not try to run any tasks on firefox-ci Taskcluster until we have scopes. --- .taskcluster.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.taskcluster.yml b/.taskcluster.yml index 8b9e3f2e9..5117d1252 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -53,6 +53,11 @@ tasks: taskboot_image: "mozilla/taskboot:0.2.1" in: + # TODO: move the bot docker build flow on Firefox CI Taskcluster + # when https://phabricator.services.mozilla.com/D63876 lands + $if: "taskcluster_root_url == 'https://firefox-ci-tc.services.mozilla.com'" + then: [] + else: - taskId: {$eval: as_slugid("check_lint")} provisionerId: proj-relman workerType: ci