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

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

Issue 2493213002: Adds views_aura_mus_unittests to the chromeos ozone bot (Closed)
Patch Set: remove from debug 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 }, 375 },
376 "test": "url_unittests" 376 "test": "url_unittests"
377 }, 377 },
378 { 378 {
379 "args": [ 379 "args": [
380 "--override-use-gl-with-osmesa-for-tests" 380 "--override-use-gl-with-osmesa-for-tests"
381 ], 381 ],
382 "swarming": { 382 "swarming": {
383 "can_use_on_swarming_builders": false 383 "can_use_on_swarming_builders": false
384 }, 384 },
385 "test": "views_aura_mus_unittests"
386 },
387 {
388 "args": [
389 "--override-use-gl-with-osmesa-for-tests"
390 ],
391 "swarming": {
392 "can_use_on_swarming_builders": false
393 },
385 "test": "views_mus_interactive_ui_tests" 394 "test": "views_mus_interactive_ui_tests"
386 }, 395 },
387 { 396 {
388 "args": [ 397 "args": [
389 "--override-use-gl-with-osmesa-for-tests" 398 "--override-use-gl-with-osmesa-for-tests"
390 ], 399 ],
391 "swarming": { 400 "swarming": {
392 "can_use_on_swarming_builders": false 401 "can_use_on_swarming_builders": false
393 }, 402 },
394 "test": "views_mus_unittests" 403 "test": "views_mus_unittests"
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 }, 1140 },
1132 { 1141 {
1133 "swarming": { 1142 "swarming": {
1134 "can_use_on_swarming_builders": true 1143 "can_use_on_swarming_builders": true
1135 }, 1144 },
1136 "test": "wm_unittests" 1145 "test": "wm_unittests"
1137 } 1146 }
1138 ] 1147 ]
1139 } 1148 }
1140 } 1149 }
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