We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8224a2a commit bc03b84Copy full SHA for bc03b84
taskcluster/kinds/complete/kind.yml
@@ -0,0 +1,23 @@
1
+# This Source Code Form is subject to the terms of the Mozilla Public
2
+# License, v. 2.0. If a copy of the MPL was not distributed with this
3
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
+---
5
+loader: taskgraph.loader.transform:loader
6
+
7
+transforms:
8
+ - taskgraph.transforms.from_deps
9
+ - taskgraph.transforms.task
10
11
+kind-dependencies:
12
+ - check
13
+ - test
14
15
+tasks:
16
+ pr:
17
+ description: Ensures required PR tasks have completed
18
+ run-on-tasks-for: ["github-pull-request"]
19
+ worker-type: succeed
20
+ from-deps:
21
+ group-by: all
22
+ set-name: false
23
+ unique-kinds: false
0 commit comments