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

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

Issue 2563253003: Remove mojo_runner_host_unittests from all bot configurations (Closed)
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | 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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 { 282 {
283 "swarming": { 283 "swarming": {
284 "can_use_on_swarming_builders": true 284 "can_use_on_swarming_builders": true
285 }, 285 },
286 "test": "mojo_public_system_unittests" 286 "test": "mojo_public_system_unittests"
287 }, 287 },
288 { 288 {
289 "swarming": { 289 "swarming": {
290 "can_use_on_swarming_builders": true 290 "can_use_on_swarming_builders": true
291 }, 291 },
292 "test": "mojo_runner_host_unittests"
293 },
294 {
295 "swarming": {
296 "can_use_on_swarming_builders": true
297 },
298 "test": "mojo_system_unittests" 292 "test": "mojo_system_unittests"
299 }, 293 },
300 { 294 {
301 "swarming": { 295 "swarming": {
302 "can_use_on_swarming_builders": true 296 "can_use_on_swarming_builders": true
303 }, 297 },
304 "test": "mus_gpu_unittests" 298 "test": "mus_gpu_unittests"
305 }, 299 },
306 { 300 {
307 "swarming": { 301 "swarming": {
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 { 1236 {
1243 "swarming": { 1237 "swarming": {
1244 "can_use_on_swarming_builders": true 1238 "can_use_on_swarming_builders": true
1245 }, 1239 },
1246 "test": "mojo_public_system_unittests" 1240 "test": "mojo_public_system_unittests"
1247 }, 1241 },
1248 { 1242 {
1249 "swarming": { 1243 "swarming": {
1250 "can_use_on_swarming_builders": true 1244 "can_use_on_swarming_builders": true
1251 }, 1245 },
1252 "test": "mojo_runner_host_unittests"
1253 },
1254 {
1255 "swarming": {
1256 "can_use_on_swarming_builders": true
1257 },
1258 "test": "mojo_system_unittests" 1246 "test": "mojo_system_unittests"
1259 }, 1247 },
1260 { 1248 {
1261 "swarming": { 1249 "swarming": {
1262 "can_use_on_swarming_builders": true 1250 "can_use_on_swarming_builders": true
1263 }, 1251 },
1264 "test": "nacl_loader_unittests" 1252 "test": "nacl_loader_unittests"
1265 }, 1253 },
1266 { 1254 {
1267 "swarming": { 1255 "swarming": {
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 "additional_compile_targets": [ 1801 "additional_compile_targets": [
1814 "chrome_official_builder" 1802 "chrome_official_builder"
1815 ] 1803 ]
1816 }, 1804 },
1817 "Win8 GYP (dbg)": { 1805 "Win8 GYP (dbg)": {
1818 "additional_compile_targets": [ 1806 "additional_compile_targets": [
1819 "all" 1807 "all"
1820 ] 1808 ]
1821 } 1809 }
1822 } 1810 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698