mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Backed out changeset 5fd6dc273b44 (bug 1894398) for causing Gecko Decision Task failures. CLOSED TREE
This commit is contained in:
parent
ffa1637783
commit
5693bd5435
@ -4,7 +4,6 @@
|
||||
|
||||
from taskgraph.util.schema import Schema, optionally_keyed_by
|
||||
from voluptuous import Any, Optional, Required
|
||||
from voluptuous.validators import Length
|
||||
|
||||
graph_config_schema = Schema(
|
||||
{
|
||||
@ -21,7 +20,7 @@ graph_config_schema = Schema(
|
||||
Required("product-dir"): str,
|
||||
Required("treeherder"): {
|
||||
# Mapping of treeherder group symbols to descriptive names
|
||||
Required("group-names"): {str: Length(max=100)}
|
||||
Required("group-names"): {str: str}
|
||||
},
|
||||
Required("index"): {Required("products"): [str]},
|
||||
Required("try"): {
|
||||
|
Loading…
Reference in New Issue
Block a user