Bug 1400181 - Return mochitests to structured logging; r=ahal

Removal of jetpack in bug 1371065 accidentally switched all remaining
mochitest flavors to unstructured; let's switch it back.
This commit is contained in:
Geoff Brown 2017-09-15 14:04:31 -06:00
Родитель 6ce6769be8
Коммит 1d8501ec53
3 изменённых файлов: 3 добавлений и 6 удалений

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

@ -294,8 +294,7 @@ config = {
"default_blob_upload_servers": [
"https://blobupload.elasticbeanstalk.com",
],
"unstructured_flavors": {"mochitest": [],
"xpcshell": [],
"unstructured_flavors": {"xpcshell": [],
"gtest": [],
"mozmill": [],
"cppunittest": [],

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

@ -241,8 +241,7 @@ config = {
"default_blob_upload_servers": [
"https://blobupload.elasticbeanstalk.com",
],
"unstructured_flavors": {"mochitest": [],
"xpcshell": [],
"unstructured_flavors": {"xpcshell": [],
"gtest": [],
"mozmill": [],
"cppunittest": [],

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

@ -264,8 +264,7 @@ config = {
"default_blob_upload_servers": [
"https://blobupload.elasticbeanstalk.com",
],
"unstructured_flavors": {"mochitest": [],
"xpcshell": [],
"unstructured_flavors": {"xpcshell": [],
"gtest": [],
"mozmill": [],
"cppunittest": [],