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

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

Issue 2506013002: Revert of Run gl_unittests with Ozone X11. (Closed)
Patch Set: 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
« 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 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 },
189 "test": "google_apis_unittests" 183 "test": "google_apis_unittests"
190 }, 184 },
191 { 185 {
192 "swarming": { 186 "swarming": {
193 "can_use_on_swarming_builders": true 187 "can_use_on_swarming_builders": true
194 }, 188 },
195 "test": "gpu_ipc_service_unittests" 189 "test": "gpu_ipc_service_unittests"
196 }, 190 },
197 { 191 {
198 "swarming": { 192 "swarming": {
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 }, 1140 },
1147 { 1141 {
1148 "swarming": { 1142 "swarming": {
1149 "can_use_on_swarming_builders": true 1143 "can_use_on_swarming_builders": true
1150 }, 1144 },
1151 "test": "wm_unittests" 1145 "test": "wm_unittests"
1152 } 1146 }
1153 ] 1147 ]
1154 } 1148 }
1155 } 1149 }
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