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

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

Issue 2598483002: Revert of Use xvfb with Ozone CrOS. (Closed)
Patch Set: Created 4 years 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 | testing/buildbot/gn_isolate_map.pyl » ('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 "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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 }, 166 },
167 "test": "gcm_unit_tests" 167 "test": "gcm_unit_tests"
168 }, 168 },
169 { 169 {
170 "swarming": { 170 "swarming": {
171 "can_use_on_swarming_builders": true 171 "can_use_on_swarming_builders": true
172 }, 172 },
173 "test": "gfx_unittests" 173 "test": "gfx_unittests"
174 }, 174 },
175 { 175 {
176 "args": [
177 "--ozone-platform=x11"
178 ],
179 "swarming": { 176 "swarming": {
180 "can_use_on_swarming_builders": true 177 "can_use_on_swarming_builders": true
181 }, 178 },
182 "test": "gl_unittests" 179 "test": "gl_unittests"
183 }, 180 },
184 { 181 {
185 "swarming": { 182 "swarming": {
183 "can_use_on_swarming_builders": true
184 },
185 "test": "gl_unittests_ozonex"
186 },
187 {
188 "swarming": {
186 "can_use_on_swarming_builders": true 189 "can_use_on_swarming_builders": true
187 }, 190 },
188 "test": "google_apis_unittests" 191 "test": "google_apis_unittests"
189 }, 192 },
190 { 193 {
191 "swarming": { 194 "swarming": {
192 "can_use_on_swarming_builders": true 195 "can_use_on_swarming_builders": true
193 }, 196 },
194 "test": "gpu_ipc_service_unittests" 197 "test": "gpu_ipc_service_unittests"
195 }, 198 },
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 }, 1123 },
1121 { 1124 {
1122 "swarming": { 1125 "swarming": {
1123 "can_use_on_swarming_builders": true 1126 "can_use_on_swarming_builders": true
1124 }, 1127 },
1125 "test": "wm_unittests" 1128 "test": "wm_unittests"
1126 } 1129 }
1127 ] 1130 ]
1128 } 1131 }
1129 } 1132 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698