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 1b37f95 commit 87e0de9Copy full SHA for 87e0de9
src/taskgraph/transforms/from_deps.py
@@ -22,7 +22,18 @@
22
from taskgraph.util.set_name import SET_NAME_MAP
23
24
SetNameType = Literal["strip-kind", "retain-kind"]
25
-GroupByType = Literal["single", "all", "attribute"]
+GroupByType = Literal[
26
+ "single",
27
+ "all",
28
+ "attribute",
29
+ "single-with-filters",
30
+ "platform",
31
+ "single-locale",
32
+ "chunk-locales",
33
+ "partner-repack-ids",
34
+ "component",
35
+ "build-type",
36
+]
37
38
39
class FromDepsChildSchema(Schema):
0 commit comments