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

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

Issue 2332223002: Disable interactive_ui_tests on Win10 FYI bot. (Closed)
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 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11539 matching lines...) Expand 10 before | Expand all | Expand 10 after
11550 { 11550 {
11551 "swarming": { 11551 "swarming": {
11552 "can_use_on_swarming_builders": true 11552 "can_use_on_swarming_builders": true
11553 }, 11553 },
11554 "test": "installer_util_unittests" 11554 "test": "installer_util_unittests"
11555 }, 11555 },
11556 { 11556 {
11557 "swarming": { 11557 "swarming": {
11558 "can_use_on_swarming_builders": true 11558 "can_use_on_swarming_builders": true
11559 }, 11559 },
11560 "test": "interactive_ui_tests"
11561 },
11562 {
11563 "swarming": {
11564 "can_use_on_swarming_builders": true
11565 },
11566 "test": "ipc_tests" 11560 "test": "ipc_tests"
11567 }, 11561 },
11568 { 11562 {
11569 "swarming": { 11563 "swarming": {
11570 "can_use_on_swarming_builders": true 11564 "can_use_on_swarming_builders": true
11571 }, 11565 },
11572 "test": "jingle_unittests" 11566 "test": "jingle_unittests"
11573 }, 11567 },
11574 { 11568 {
11575 "swarming": { 11569 "swarming": {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
11669 }, 11663 },
11670 { 11664 {
11671 "swarming": { 11665 "swarming": {
11672 "can_use_on_swarming_builders": true 11666 "can_use_on_swarming_builders": true
11673 }, 11667 },
11674 "test": "views_unittests" 11668 "test": "views_unittests"
11675 } 11669 }
11676 ] 11670 ]
11677 } 11671 }
11678 } 11672 }
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