Update perfherder data schema for visual metrics. (#16837)

upstream-sync
Gregory Mierzwinski 4 years ago committed by GitHub
parent e3c77bec25
commit bd16c423b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save