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

Unified Diff: tools/roll_webgl_conformance.py

Issue 2305823002: Add android optional tests to WebGL rolls. (Closed)
Patch Set: Created 4 years, 3 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: tools/roll_webgl_conformance.py
diff --git a/tools/roll_webgl_conformance.py b/tools/roll_webgl_conformance.py
index 07f23a1a64336dbac3d4566cb0ab4d475be6adb6..8eb1417eddbd17c9256920d2c949e20d3a39482b 100755
--- a/tools/roll_webgl_conformance.py
+++ b/tools/roll_webgl_conformance.py
@@ -25,6 +25,10 @@ extra_trybots = [
"mastername": "master.tryserver.chromium.linux",
"buildernames": ["linux_optional_gpu_tests_rel"]
},
+ {
+ "mastername": "master.tryserver.chromium.android",
+ "buildernames": ["android_optional_gpu_tests_rel"]
+ },
]
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
« 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