Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2021533003: Specify --test-machine-name to maps_pixel_test running on bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/cloud_storage_test_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/cloud_storage_test_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698