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

Unified Diff: tools/roll_webgl_conformance.py

Issue 1720743006: Add mac_optional_gpu_tests_rel bots to gpu related CLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « third_party/WebKit/Source/modules/webgl/PRESUBMIT.py ('k') | 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 0c40fefc3cb4bbb5ebb8bbd35438b0a6c03939b0..cc41bf19384fdf2790850787866734e3b59f03a2 100755
--- a/tools/roll_webgl_conformance.py
+++ b/tools/roll_webgl_conformance.py
@@ -16,6 +16,10 @@ extra_trybots = [
{
"mastername": "tryserver.chromium.win",
"buildernames": ["win_optional_gpu_tests_rel"]
+ },
+ {
+ "mastername": "tryserver.chromium.mac",
+ "buildernames": ["mac_optional_gpu_tests_rel"]
}
]
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698