Bug 1597633 - Provide schema support for public suite & test names r=octavian_negru

Differential Revision: https://phabricator.services.mozilla.com/D53795

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ionut Goldan 2019-11-19 12:12:53 +00:00
Родитель b7065132eb
Коммит 6b860bc491
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,12 @@
"title": "Subtest name",
"type": "string"
},
"publicName": {
"title": "Public subtest name",
"description": "Allows renaming test's name, without breaking existing performance data series",
"maxLength": 30,
"type": "string"
},
"value": {
"description": "Summary value for subtest",
"title": "Subtest value",
@ -104,6 +110,12 @@
"title": "Suite name",
"type": "string"
},
"publicName": {
"title": "Public suite name",
"description": "Allows renaming suite's name, without breaking existing performance data series",
"maxLength": 30,
"type": "string"
},
"extraOptions": {
"type": "array",
"title": "Extra options used in running suite",