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

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

Issue 2478633003: Add mustash tests to Ozone CrOS trybot. (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 | « 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 }, 237 },
238 "test": "message_center_unittests" 238 "test": "message_center_unittests"
239 }, 239 },
240 { 240 {
241 "swarming": { 241 "swarming": {
242 "can_use_on_swarming_builders": true 242 "can_use_on_swarming_builders": true
243 }, 243 },
244 "test": "midi_unittests" 244 "test": "midi_unittests"
245 }, 245 },
246 { 246 {
247 "args": [
248 "--override-use-gl-with-osmesa-for-tests"
249 ],
250 "swarming": {
251 "can_use_on_swarming_builders": false
252 },
253 "test": "mus_demo_unittests"
254 },
255 {
247 "swarming": { 256 "swarming": {
248 "can_use_on_swarming_builders": true 257 "can_use_on_swarming_builders": true
249 }, 258 },
250 "test": "nacl_helper_nonsfi_unittests" 259 "test": "nacl_helper_nonsfi_unittests"
251 }, 260 },
252 { 261 {
253 "swarming": { 262 "swarming": {
254 "can_use_on_swarming_builders": true 263 "can_use_on_swarming_builders": true
255 }, 264 },
256 "test": "nacl_loader_unittests" 265 "test": "nacl_loader_unittests"
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 }, 369 },
361 "test": "unit_tests" 370 "test": "unit_tests"
362 }, 371 },
363 { 372 {
364 "swarming": { 373 "swarming": {
365 "can_use_on_swarming_builders": true 374 "can_use_on_swarming_builders": true
366 }, 375 },
367 "test": "url_unittests" 376 "test": "url_unittests"
368 }, 377 },
369 { 378 {
379 "args": [
380 "--override-use-gl-with-osmesa-for-tests"
381 ],
382 "swarming": {
383 "can_use_on_swarming_builders": false
384 },
385 "test": "views_mus_interactive_ui_tests"
386 },
387 {
388 "args": [
389 "--override-use-gl-with-osmesa-for-tests"
390 ],
391 "swarming": {
392 "can_use_on_swarming_builders": false
393 },
394 "test": "views_mus_unittests"
395 },
396 {
370 "swarming": { 397 "swarming": {
371 "can_use_on_swarming_builders": true 398 "can_use_on_swarming_builders": true
372 }, 399 },
373 "test": "views_unittests" 400 "test": "views_unittests"
374 }, 401 },
375 { 402 {
376 "swarming": { 403 "swarming": {
377 "can_use_on_swarming_builders": true 404 "can_use_on_swarming_builders": true
378 }, 405 },
379 "test": "wm_unittests" 406 "test": "wm_unittests"
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 }, 1131 },
1105 { 1132 {
1106 "swarming": { 1133 "swarming": {
1107 "can_use_on_swarming_builders": true 1134 "can_use_on_swarming_builders": true
1108 }, 1135 },
1109 "test": "wm_unittests" 1136 "test": "wm_unittests"
1110 } 1137 }
1111 ] 1138 ]
1112 } 1139 }
1113 } 1140 }
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