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

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

Issue 2886033002: Really remove override_isolate_target from chromium.gpu.fyi.json (Closed)
Patch Set: Created 3 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 | no next file » | 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 f90f9a1d73ddff056e0b50a61fdb363581e3eafd..55f2591240b3c0b8ec5ad1585d53a6f9e7546b26 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -2200,12 +2200,6 @@ def generate_gtest(tester_name, tester_config, test, test_config):
'dimension_sets': tester_config['swarming_dimensions']
})
if is_android(tester_config):
- # Override the isolate target to get rid of any "_apk" suffix
- # that would be added by the recipes.
- if 'test' in result:
- result['override_isolate_target'] = result['test']
- else:
- result['override_isolate_target'] = result['name']
# Integrate with the unified logcat system.
result['swarming'].update({
'cipd_packages': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698