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

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

Issue 2268823005: Remove disable_outdated_build_detector_unittests target on 64-bit win10 bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 11325 matching lines...) Expand 10 before | Expand all | Expand 10 after
11336 { 11336 {
11337 "swarming": { 11337 "swarming": {
11338 "can_use_on_swarming_builders": true 11338 "can_use_on_swarming_builders": true
11339 }, 11339 },
11340 "test": "device_unittests" 11340 "test": "device_unittests"
11341 }, 11341 },
11342 { 11342 {
11343 "swarming": { 11343 "swarming": {
11344 "can_use_on_swarming_builders": true 11344 "can_use_on_swarming_builders": true
11345 }, 11345 },
11346 "test": "disable_outdated_build_detector_unittests"
11347 },
11348 {
11349 "swarming": {
11350 "can_use_on_swarming_builders": true
11351 },
11352 "test": "extensions_unittests" 11346 "test": "extensions_unittests"
11353 }, 11347 },
11354 { 11348 {
11355 "swarming": { 11349 "swarming": {
11356 "can_use_on_swarming_builders": true 11350 "can_use_on_swarming_builders": true
11357 }, 11351 },
11358 "test": "gcm_unit_tests" 11352 "test": "gcm_unit_tests"
11359 }, 11353 },
11360 { 11354 {
11361 "swarming": { 11355 "swarming": {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
11491 }, 11485 },
11492 { 11486 {
11493 "swarming": { 11487 "swarming": {
11494 "can_use_on_swarming_builders": true 11488 "can_use_on_swarming_builders": true
11495 }, 11489 },
11496 "test": "views_unittests" 11490 "test": "views_unittests"
11497 } 11491 }
11498 ] 11492 ]
11499 } 11493 }
11500 } 11494 }
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