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

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

Issue 2509033006: Reland: Run gl_unittests with Ozone X11. (Closed)
Patch Set: Remove from all target. 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 | « BUILD.gn ('k') | 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 { 174 {
175 "swarming": { 175 "swarming": {
176 "can_use_on_swarming_builders": true 176 "can_use_on_swarming_builders": true
177 }, 177 },
178 "test": "gl_unittests" 178 "test": "gl_unittests"
179 }, 179 },
180 { 180 {
181 "swarming": { 181 "swarming": {
182 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
183 }, 183 },
184 "test": "gl_unittests_ozonex"
185 },
186 {
187 "swarming": {
188 "can_use_on_swarming_builders": true
189 },
184 "test": "google_apis_unittests" 190 "test": "google_apis_unittests"
185 }, 191 },
186 { 192 {
187 "swarming": { 193 "swarming": {
188 "can_use_on_swarming_builders": true 194 "can_use_on_swarming_builders": true
189 }, 195 },
190 "test": "gpu_ipc_service_unittests" 196 "test": "gpu_ipc_service_unittests"
191 }, 197 },
192 { 198 {
193 "swarming": { 199 "swarming": {
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 }, 1148 },
1143 { 1149 {
1144 "swarming": { 1150 "swarming": {
1145 "can_use_on_swarming_builders": true 1151 "can_use_on_swarming_builders": true
1146 }, 1152 },
1147 "test": "wm_unittests" 1153 "test": "wm_unittests"
1148 } 1154 }
1149 ] 1155 ]
1150 } 1156 }
1151 } 1157 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698