зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1703530 Update test_url from manifest object to replace platform argument r=perftest-reviewers,davehunt
Differential Revision: https://phabricator.services.mozilla.com/D111238
This commit is contained in:
Родитель
af19ef5dc4
Коммит
d70036af39
|
@ -169,6 +169,9 @@ def write_test_settings_json(args, test_details, oskey):
|
|||
# write test settings json file with test details that the control
|
||||
# server will provide for the web ext
|
||||
test_url = transform_platform(test_details["test_url"], oskey)
|
||||
# this is needed for raptor browsertime to pick up the replaced
|
||||
# {platform} argument for motionmark tests
|
||||
test_details["test_url"] = test_url
|
||||
|
||||
test_settings = {
|
||||
"raptor-options": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче