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

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

Issue 2640133002: Reland: Use xvfb with Ozone CrOS. (Closed)
Patch Set: Add target. Created 3 years, 11 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 | « 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 }, 172 },
173 "test": "gfx_unittests" 173 "test": "gfx_unittests"
174 }, 174 },
175 { 175 {
176 "swarming": { 176 "swarming": {
177 "can_use_on_swarming_builders": true 177 "can_use_on_swarming_builders": true
178 }, 178 },
179 "test": "gl_unittests" 179 "test": "gl_unittests"
180 }, 180 },
181 { 181 {
182 "args": [
183 "--ozone-platform=x11"
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" 188 "test": "gl_unittests_ozone"
186 }, 189 },
187 { 190 {
188 "swarming": { 191 "swarming": {
189 "can_use_on_swarming_builders": true 192 "can_use_on_swarming_builders": true
190 }, 193 },
191 "test": "google_apis_unittests" 194 "test": "google_apis_unittests"
192 }, 195 },
193 { 196 {
194 "swarming": { 197 "swarming": {
195 "can_use_on_swarming_builders": true 198 "can_use_on_swarming_builders": true
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 }, 1117 },
1115 { 1118 {
1116 "swarming": { 1119 "swarming": {
1117 "can_use_on_swarming_builders": true 1120 "can_use_on_swarming_builders": true
1118 }, 1121 },
1119 "test": "wm_unittests" 1122 "test": "wm_unittests"
1120 } 1123 }
1121 ] 1124 ]
1122 } 1125 }
1123 } 1126 }
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