| Index: content/test/gpu/generate_buildbot_json.py
|
| diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
|
| index d4eba8dc90eb5985d907c4ff0d003d9bed16fd4b..3cfbddc3489784c2893501482ea7e565996f48ce 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -744,6 +744,14 @@ TELEMETRY_TESTS = {
|
| },
|
| 'maps_pixel_test': {
|
| 'target_name': 'maps',
|
| + 'args': [
|
| + '--os-type',
|
| + '${os_type}',
|
| + '--build-revision',
|
| + '${got_revision}',
|
| + '--test-machine-name',
|
| + '${buildername}',
|
| + ],
|
| 'tester_configs': [
|
| {
|
| 'allow_on_android': True,
|
|
|