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": [
"firefox",
"chrome",
"chrome-m",
"chromium",
"fennec",
"geckoview",
@ -122,7 +123,7 @@
"description": "Similar to extraOptions, except it does not break existing performance data series",
"items": {
"type": "string",
"pattern": "^[a-zA-Z0-9]{1,24}$"
"pattern": "^[a-zA-Z0-9-]{1,24}$"
},
"uniqueItems": true,
"maxItems": 14

Loading…
Cancel
Save