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

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

Issue 1799343002: Add interactive_ui_tests to Windows 10 fyi bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 { 873 {
874 "swarming": { 874 "swarming": {
875 "can_use_on_swarming_builders": true 875 "can_use_on_swarming_builders": true
876 }, 876 },
877 "test": "installer_util_unittests" 877 "test": "installer_util_unittests"
878 }, 878 },
879 { 879 {
880 "swarming": { 880 "swarming": {
881 "can_use_on_swarming_builders": true 881 "can_use_on_swarming_builders": true
882 }, 882 },
883 "test": "interactive_ui_tests"
884 },
885 {
886 "swarming": {
887 "can_use_on_swarming_builders": true
888 },
883 "test": "ipc_tests" 889 "test": "ipc_tests"
884 }, 890 },
885 { 891 {
886 "swarming": { 892 "swarming": {
887 "can_use_on_swarming_builders": true 893 "can_use_on_swarming_builders": true
888 }, 894 },
889 "test": "jingle_unittests" 895 "test": "jingle_unittests"
890 }, 896 },
891 { 897 {
892 "swarming": { 898 "swarming": {
(...skipping 6798 matching lines...) Expand 10 before | Expand all | Expand 10 after
7691 }, 7697 },
7692 { 7698 {
7693 "args": [ 7699 "args": [
7694 "--isolate-extensions" 7700 "--isolate-extensions"
7695 ], 7701 ],
7696 "test": "unit_tests" 7702 "test": "unit_tests"
7697 } 7703 }
7698 ] 7704 ]
7699 } 7705 }
7700 } 7706 }
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