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

Unified Diff: testing/commit_queue/config.json

Issue 926193005: Make ios_dbg_simulator_ninja and ios_rel_device_ninja the CQ bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/commit_queue/config.json
diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
index f4481929876fc311ee2d7ac2fa1b0bb3d55daa3a..7582184173ea5f274e181b688f5e07f741c185cb 100644
--- a/testing/commit_queue/config.json
+++ b/testing/commit_queue/config.json
@@ -11,8 +11,6 @@
"linux_chromium_asan_rel_ng": ["defaulttests"]
},
"tryserver.chromium.mac": {
- "ios_rel_device_ninja": ["defaulttests"],
- "ios_dbg_simulator_ninja": ["defaulttests"],
"mac_chromium_gn_rel": ["defaulttests"]
},
"tryserver.chromium.win": {
@@ -74,10 +72,10 @@
"linux_chromium_compile_dbg_32_ng": ["compile"]
},
"tryserver.chromium.mac": {
+ "ios_dbg_simulator_ninja": ["defaulttests"],
+ "ios_rel_device_ninja": ["defaulttests"],
"mac_chromium_compile_dbg_ng": ["defaulttests"],
- "mac_chromium_rel_ng": ["defaulttests"],
- "ios_rel_device_ng": ["defaulttests"],
- "ios_rel_device_ninja_ng": ["defaulttests"]
+ "mac_chromium_rel_ng": ["defaulttests"]
},
"tryserver.chromium.win": {
"win8_chromium_rel": ["defaulttests"],
« 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