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

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

Issue 2493063003: Run gl_unittests with Ozone X11. (Closed)
Patch Set: Add xvfb. Created 4 years, 1 month 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
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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 { 173 {
174 "swarming": { 174 "swarming": {
175 "can_use_on_swarming_builders": true 175 "can_use_on_swarming_builders": true
176 }, 176 },
177 "test": "gl_unittests" 177 "test": "gl_unittests"
178 }, 178 },
179 { 179 {
180 "swarming": { 180 "swarming": {
181 "can_use_on_swarming_builders": true 181 "can_use_on_swarming_builders": true
182 }, 182 },
183 "test": "gl_unittests_ozonex"
184 },
185 {
186 "swarming": {
187 "can_use_on_swarming_builders": true
188 },
183 "test": "google_apis_unittests" 189 "test": "google_apis_unittests"
184 }, 190 },
185 { 191 {
186 "swarming": { 192 "swarming": {
187 "can_use_on_swarming_builders": true 193 "can_use_on_swarming_builders": true
188 }, 194 },
189 "test": "gpu_ipc_service_unittests" 195 "test": "gpu_ipc_service_unittests"
190 }, 196 },
191 { 197 {
192 "swarming": { 198 "swarming": {
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 }, 1137 },
1132 { 1138 {
1133 "swarming": { 1139 "swarming": {
1134 "can_use_on_swarming_builders": true 1140 "can_use_on_swarming_builders": true
1135 }, 1141 },
1136 "test": "wm_unittests" 1142 "test": "wm_unittests"
1137 } 1143 }
1138 ] 1144 ]
1139 } 1145 }
1140 } 1146 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | ui/gl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698