diff --git a/taskcluster/ci/complete/kind.yml b/taskcluster/ci/complete/kind.yml deleted file mode 100644 index c21abbf1b0..0000000000 --- a/taskcluster/ci/complete/kind.yml +++ /dev/null @@ -1,28 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. ---- -loader: taskgraph.loader.transform:loader - -kind-dependencies: - - build - - lint - - test - - ui-test - -transforms: - - taskgraph.transforms.code_review:transforms - - taskgraph.transforms.task:transforms - -task-defaults: - worker-type: succeed - - -tasks: - pr: - description: PR Summary Task - run-on-tasks-for: [github-pull-request] - - push: - description: Push Summary Task - run-on-tasks-for: [github-push]