mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-09 19:10:42 +00:00
Update perfherder data schema for visual metrics. (#16837)
This commit is contained in:
parent
e3c77bec25
commit
bd16c423b6
@ -7,6 +7,7 @@
|
|||||||
"enum": [
|
"enum": [
|
||||||
"firefox",
|
"firefox",
|
||||||
"chrome",
|
"chrome",
|
||||||
|
"chrome-m",
|
||||||
"chromium",
|
"chromium",
|
||||||
"fennec",
|
"fennec",
|
||||||
"geckoview",
|
"geckoview",
|
||||||
@ -122,7 +123,7 @@
|
|||||||
"description": "Similar to extraOptions, except it does not break existing performance data series",
|
"description": "Similar to extraOptions, except it does not break existing performance data series",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[a-zA-Z0-9]{1,24}$"
|
"pattern": "^[a-zA-Z0-9-]{1,24}$"
|
||||||
},
|
},
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
"maxItems": 14
|
"maxItems": 14
|
||||||
|
Loading…
Reference in New Issue
Block a user