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

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

Issue 2715713003: Switch mash_browser_tests back to Ozone headless. (Closed)
Patch Set: 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') | 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 "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 11337 matching lines...) Expand 10 before | Expand all | Expand 10 after
11348 } 11348 }
11349 ] 11349 ]
11350 }, 11350 },
11351 "Mojo ChromiumOS": { 11351 "Mojo ChromiumOS": {
11352 "additional_compile_targets": [ 11352 "additional_compile_targets": [
11353 "mash:all" 11353 "mash:all"
11354 ], 11354 ],
11355 "gtest_tests": [ 11355 "gtest_tests": [
11356 { 11356 {
11357 "args": [ 11357 "args": [
11358 "--override-use-software-gl-for-tests",
11358 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter" 11359 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter"
11359 ], 11360 ],
11360 "hard_timeout": 60, 11361 "hard_timeout": 60,
11361 "swarming": { 11362 "swarming": {
11362 "can_use_on_swarming_builders": true 11363 "can_use_on_swarming_builders": true
11363 }, 11364 },
11364 "test": "mash_browser_tests" 11365 "test": "mash_browser_tests"
11365 } 11366 }
11366 ] 11367 ]
11367 }, 11368 },
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
12713 }, 12714 },
12714 { 12715 {
12715 "swarming": { 12716 "swarming": {
12716 "can_use_on_swarming_builders": false 12717 "can_use_on_swarming_builders": false
12717 }, 12718 },
12718 "test": "views_unittests" 12719 "test": "views_unittests"
12719 } 12720 }
12720 ] 12721 ]
12721 } 12722 }
12722 } 12723 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698