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

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

Issue 2668033003: Run Ozone CrOS tests with X11 platform by default. (Closed)
Patch Set: Switch flags for Mojo ChromiumOS too. Created 3 years, 10 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 | « testing/buildbot/chromium.chromiumos.json ('k') | tools/mb/mb_config.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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11339 matching lines...) Expand 10 before | Expand all | Expand 10 after
11350 } 11350 }
11351 ] 11351 ]
11352 }, 11352 },
11353 "Mojo ChromiumOS": { 11353 "Mojo ChromiumOS": {
11354 "additional_compile_targets": [ 11354 "additional_compile_targets": [
11355 "mash:all" 11355 "mash:all"
11356 ], 11356 ],
11357 "gtest_tests": [ 11357 "gtest_tests": [
11358 { 11358 {
11359 "args": [ 11359 "args": [
11360 "--ozone-platform=headless",
11360 "--override-use-gl-with-osmesa-for-tests", 11361 "--override-use-gl-with-osmesa-for-tests",
11361 "--run-in-mash", 11362 "--run-in-mash",
11362 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json", 11363 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
11363 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter", 11364 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter",
11364 "--use-test-config" 11365 "--use-test-config"
11365 ], 11366 ],
11366 "swarming": { 11367 "swarming": {
11367 "can_use_on_swarming_builders": false 11368 "can_use_on_swarming_builders": false
11368 }, 11369 },
11369 "test": "browser_tests" 11370 "test": "browser_tests"
11370 }, 11371 },
11371 { 11372 {
11372 "swarming": { 11373 "swarming": {
11373 "can_use_on_swarming_builders": false 11374 "can_use_on_swarming_builders": false
11374 }, 11375 },
11375 "test": "media_service_unittests" 11376 "test": "media_service_unittests"
11376 }, 11377 },
11377 { 11378 {
11379 "args": [
11380 "--ozone-platform=headless"
11381 ],
11378 "swarming": { 11382 "swarming": {
11379 "can_use_on_swarming_builders": false 11383 "can_use_on_swarming_builders": false
11380 }, 11384 },
11381 "test": "mus_ws_unittests" 11385 "test": "mus_ws_unittests"
11382 }, 11386 },
11383 { 11387 {
11384 "swarming": { 11388 "swarming": {
11385 "can_use_on_swarming_builders": true 11389 "can_use_on_swarming_builders": true
11386 }, 11390 },
11387 "test": "views_mus_unittests" 11391 "test": "views_mus_unittests"
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
12711 }, 12715 },
12712 { 12716 {
12713 "swarming": { 12717 "swarming": {
12714 "can_use_on_swarming_builders": false 12718 "can_use_on_swarming_builders": false
12715 }, 12719 },
12716 "test": "views_unittests" 12720 "test": "views_unittests"
12717 } 12721 }
12718 ] 12722 ]
12719 } 12723 }
12720 } 12724 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698