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

Unified Diff: projects.py

Issue 20905003: Switch CQ to use blink trybots for tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/commit-queue@master
Patch Set: Created 7 years, 5 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: projects.py
diff --git a/projects.py b/projects.py
index 4bbb18780cf77de927657dbefc902c25e767b4a0..390143d348a46ba58ad76ae8d742a8699efee246 100644
--- a/projects.py
+++ b/projects.py
@@ -200,9 +200,9 @@ def _gen_blink(user, root_dir, rietveld_obj, no_try):
'mac_layout': compile_only,
'win_layout': compile_only,
- 'linux_layout_rel': blink_tests,
- 'mac_layout_rel': blink_tests,
- 'win_layout_rel': blink_tests,
+ 'linux_blink_rel': blink_tests,
+ 'mac_blink_rel': blink_tests,
+ 'win_blink_rel': blink_tests,
}
step_verifiers += [
« 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