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

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

Issue 2885193002: Move more mus tests to service_unittest. (Closed)
Patch Set: Rebase to tot Created 3 years, 7 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 | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.linux.json » ('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 "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 11717 matching lines...) Expand 10 before | Expand all | Expand 10 after
11728 }, 11728 },
11729 "Ozone Linux": { 11729 "Ozone Linux": {
11730 "additional_compile_targets": [ 11730 "additional_compile_targets": [
11731 "chrome" 11731 "chrome"
11732 ], 11732 ],
11733 "gtest_tests": [ 11733 "gtest_tests": [
11734 { 11734 {
11735 "swarming": { 11735 "swarming": {
11736 "can_use_on_swarming_builders": true 11736 "can_use_on_swarming_builders": true
11737 }, 11737 },
11738 "test": "mus_demo_unittests"
11739 },
11740 {
11741 "swarming": {
11742 "can_use_on_swarming_builders": true
11743 },
11744 "test": "ui_service_unittests" 11738 "test": "ui_service_unittests"
11745 } 11739 }
11746 ] 11740 ]
11747 }, 11741 },
11748 "Site Isolation Android": { 11742 "Site Isolation Android": {
11749 "gtest_tests": [ 11743 "gtest_tests": [
11750 { 11744 {
11751 "swarming": { 11745 "swarming": {
11752 "can_use_on_swarming_builders": true, 11746 "can_use_on_swarming_builders": true,
11753 "dimension_sets": [ 11747 "dimension_sets": [
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
13113 }, 13107 },
13114 { 13108 {
13115 "swarming": { 13109 "swarming": {
13116 "can_use_on_swarming_builders": false 13110 "can_use_on_swarming_builders": false
13117 }, 13111 },
13118 "test": "views_unittests" 13112 "test": "views_unittests"
13119 } 13113 }
13120 ] 13114 ]
13121 } 13115 }
13122 } 13116 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698