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

Unified Diff: projects.py

Issue 105823014: Add Windows on Swarm usage for the Chromium CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/commit-queue.git@master
Patch Set: Riiiiietveld Created 7 years 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 6693d27cb817772ad84770bfe4a816798535418c..35a66325e9688e8ebd8faaf40568c3501a39eecc 100644
--- a/projects.py
+++ b/projects.py
@@ -416,7 +416,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
swarm_enabled_builders_and_tests = {
('linux_rel', 'linux_swarm_triggered'): swarm_test_map,
('mac_rel', 'mac_swarm_triggered'): swarm_test_map,
- # ('win_rel', 'win_swarm_triggered'): swarm_test_map,
+ ('win_rel', 'win_swarm_triggered'): swarm_test_map,
}
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