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

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

Issue 2587473002: Use xvfb with Ozone CrOS. (Closed)
Patch Set: Cleanup. 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 ],
176 "swarming": { 179 "swarming": {
177 "can_use_on_swarming_builders": true 180 "can_use_on_swarming_builders": true
178 }, 181 },
179 "test": "gl_unittests" 182 "test": "gl_unittests"
180 }, 183 },
181 { 184 {
182 "swarming": { 185 "swarming": {
183 "can_use_on_swarming_builders": true 186 "can_use_on_swarming_builders": true
184 }, 187 },
185 "test": "gl_unittests_ozonex"
186 },
187 {
188 "swarming": {
189 "can_use_on_swarming_builders": true
190 },
191 "test": "google_apis_unittests" 188 "test": "google_apis_unittests"
192 }, 189 },
193 { 190 {
194 "swarming": { 191 "swarming": {
195 "can_use_on_swarming_builders": true 192 "can_use_on_swarming_builders": true
196 }, 193 },
197 "test": "gpu_ipc_service_unittests" 194 "test": "gpu_ipc_service_unittests"
198 }, 195 },
199 { 196 {
200 "swarming": { 197 "swarming": {
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 }, 1120 },
1124 { 1121 {
1125 "swarming": { 1122 "swarming": {
1126 "can_use_on_swarming_builders": true 1123 "can_use_on_swarming_builders": true
1127 }, 1124 },
1128 "test": "wm_unittests" 1125 "test": "wm_unittests"
1129 } 1126 }
1130 ] 1127 ]
1131 } 1128 }
1132 } 1129 }
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