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

Unified Diff: gpu/PRESUBMIT.py

Issue 1807483002: gpu: Add linux optional GPU tests to presubmit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: gpu/PRESUBMIT.py
diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py
index 44b1ac682897a441d46734c4c19a42a3af46b275..034a9d8cdb9a771169202568c134c6dd020a9f87 100644
--- a/gpu/PRESUBMIT.py
+++ b/gpu/PRESUBMIT.py
@@ -23,8 +23,9 @@ def PostUploadHook(cl, change, output_api):
return []
bots = [
- 'tryserver.chromium.win:win_optional_gpu_tests_rel',
+ 'tryserver.chromium.linux:linux_optional_gpu_tests_rel',
'tryserver.chromium.mac:mac_optional_gpu_tests_rel',
+ 'tryserver.chromium.win:win_optional_gpu_tests_rel',
]
results = []
« 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