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

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

Issue 2565453002: Add mus_ws_unittests to Ozone CrOS trybot. (Closed)
Patch Set: 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 | no next file » | 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ], 266 ],
267 "swarming": { 267 "swarming": {
268 "can_use_on_swarming_builders": false 268 "can_use_on_swarming_builders": false
269 }, 269 },
270 "test": "mus_demo_unittests" 270 "test": "mus_demo_unittests"
271 }, 271 },
272 { 272 {
273 "swarming": { 273 "swarming": {
274 "can_use_on_swarming_builders": true 274 "can_use_on_swarming_builders": true
275 }, 275 },
276 "test": "mus_ws_unittests"
277 },
278 {
279 "swarming": {
280 "can_use_on_swarming_builders": true
281 },
276 "test": "nacl_helper_nonsfi_unittests" 282 "test": "nacl_helper_nonsfi_unittests"
277 }, 283 },
278 { 284 {
279 "swarming": { 285 "swarming": {
280 "can_use_on_swarming_builders": true 286 "can_use_on_swarming_builders": true
281 }, 287 },
282 "test": "nacl_loader_unittests" 288 "test": "nacl_loader_unittests"
283 }, 289 },
284 { 290 {
285 "swarming": { 291 "swarming": {
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 }, 1165 },
1160 { 1166 {
1161 "swarming": { 1167 "swarming": {
1162 "can_use_on_swarming_builders": true 1168 "can_use_on_swarming_builders": true
1163 }, 1169 },
1164 "test": "wm_unittests" 1170 "test": "wm_unittests"
1165 } 1171 }
1166 ] 1172 ]
1167 } 1173 }
1168 } 1174 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698