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 2611773002: Removes code using mus client lib (Closed)
Patch Set: dont run on linux Created 3 years, 11 months 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 | « services/navigation/view_impl.cc ('k') | testing/buildbot/chromium.fyi.json » ('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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 }, 395 },
396 "test": "unit_tests" 396 "test": "unit_tests"
397 }, 397 },
398 { 398 {
399 "swarming": { 399 "swarming": {
400 "can_use_on_swarming_builders": true 400 "can_use_on_swarming_builders": true
401 }, 401 },
402 "test": "url_unittests" 402 "test": "url_unittests"
403 }, 403 },
404 { 404 {
405 "swarming": {
406 "can_use_on_swarming_builders": false
407 },
408 "test": "views_aura_mus_unittests"
409 },
410 {
411 "args": [ 405 "args": [
412 "--override-use-gl-with-osmesa-for-tests" 406 "--override-use-gl-with-osmesa-for-tests"
413 ], 407 ],
414 "swarming": { 408 "swarming": {
415 "can_use_on_swarming_builders": false 409 "can_use_on_swarming_builders": false
416 }, 410 },
417 "test": "views_mus_interactive_ui_tests" 411 "test": "views_mus_interactive_ui_tests"
418 }, 412 },
419 { 413 {
420 "args": [
421 "--override-use-gl-with-osmesa-for-tests"
422 ],
423 "swarming": { 414 "swarming": {
424 "can_use_on_swarming_builders": false 415 "can_use_on_swarming_builders": false
425 }, 416 },
426 "test": "views_mus_unittests" 417 "test": "views_mus_unittests"
427 }, 418 },
428 { 419 {
429 "swarming": { 420 "swarming": {
430 "can_use_on_swarming_builders": true 421 "can_use_on_swarming_builders": true
431 }, 422 },
432 "test": "views_unittests" 423 "test": "views_unittests"
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 }, 1114 },
1124 { 1115 {
1125 "swarming": { 1116 "swarming": {
1126 "can_use_on_swarming_builders": true 1117 "can_use_on_swarming_builders": true
1127 }, 1118 },
1128 "test": "wm_unittests" 1119 "test": "wm_unittests"
1129 } 1120 }
1130 ] 1121 ]
1131 } 1122 }
1132 } 1123 }
OLDNEW
« no previous file with comments | « services/navigation/view_impl.cc ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698