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

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 2477543002: Don't swarm interactive_ui_tests on Mac 10.10 since they're flaky when swarmed. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Mac GYP": { 2 "Mac GYP": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "browser_tests", 5 "browser_tests",
6 "chrome", 6 "chrome",
7 "content_browsertests", 7 "content_browsertests",
8 "content_unittests", 8 "content_unittests",
9 "interactive_ui_tests", 9 "interactive_ui_tests",
10 "ipc_tests", 10 "ipc_tests",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "test": "gpu_ipc_service_unittests" 167 "test": "gpu_ipc_service_unittests"
168 }, 168 },
169 { 169 {
170 "swarming": { 170 "swarming": {
171 "can_use_on_swarming_builders": true 171 "can_use_on_swarming_builders": true
172 }, 172 },
173 "test": "gpu_unittests" 173 "test": "gpu_unittests"
174 }, 174 },
175 { 175 {
176 "swarming": { 176 "swarming": {
177 "can_use_on_swarming_builders": true 177 "can_use_on_swarming_builders": false
178 }, 178 },
179 "test": "interactive_ui_tests" 179 "test": "interactive_ui_tests"
180 }, 180 },
181 { 181 {
182 "swarming": { 182 "swarming": {
183 "can_use_on_swarming_builders": true 183 "can_use_on_swarming_builders": true
184 }, 184 },
185 "test": "ipc_tests" 185 "test": "ipc_tests"
186 }, 186 },
187 { 187 {
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 "override_compile_targets": [ 1377 "override_compile_targets": [
1378 "telemetry_unittests_run" 1378 "telemetry_unittests_run"
1379 ], 1379 ],
1380 "swarming": { 1380 "swarming": {
1381 "can_use_on_swarming_builders": true 1381 "can_use_on_swarming_builders": true
1382 } 1382 }
1383 } 1383 }
1384 ] 1384 ]
1385 } 1385 }
1386 } 1386 }
OLDNEW
« 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