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

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

Issue 2859563002: Enable browser_tests with Ozone CrOS. (Closed)
Patch Set: Rebase. Created 3 years, 6 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 | « chrome/browser/extensions/api/desktop_capture/desktop_capture_apitest.cc ('k') | 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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }, 78 },
79 "test": "aura_unittests" 79 "test": "aura_unittests"
80 }, 80 },
81 { 81 {
82 "swarming": { 82 "swarming": {
83 "can_use_on_swarming_builders": true 83 "can_use_on_swarming_builders": true
84 }, 84 },
85 "test": "base_unittests" 85 "test": "base_unittests"
86 }, 86 },
87 { 87 {
88 "args": [
89 "--ozone-platform=headless"
90 ],
91 "swarming": {
92 "can_use_on_swarming_builders": true,
93 "shards": 5
94 },
95 "test": "browser_tests"
96 },
97 {
88 "swarming": { 98 "swarming": {
89 "can_use_on_swarming_builders": true 99 "can_use_on_swarming_builders": true
90 }, 100 },
91 "test": "cacheinvalidation_unittests" 101 "test": "cacheinvalidation_unittests"
92 }, 102 },
93 { 103 {
94 "swarming": { 104 "swarming": {
95 "can_use_on_swarming_builders": true 105 "can_use_on_swarming_builders": true
96 }, 106 },
97 "test": "capture_unittests" 107 "test": "capture_unittests"
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 }, 1187 },
1178 { 1188 {
1179 "swarming": { 1189 "swarming": {
1180 "can_use_on_swarming_builders": true 1190 "can_use_on_swarming_builders": true
1181 }, 1191 },
1182 "test": "wm_unittests" 1192 "test": "wm_unittests"
1183 } 1193 }
1184 ] 1194 ]
1185 } 1195 }
1186 } 1196 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/desktop_capture/desktop_capture_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698