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

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

Issue 2114453002: Move chromium.mojo buildbot configs to chromium.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | testing/buildbot/chromium.mojo.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 "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 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 10381 matching lines...) Expand 10 before | Expand all | Expand 10 after
10392 "args": [ 10392 "args": [
10393 "--top-chrome-md=material" 10393 "--top-chrome-md=material"
10394 ], 10394 ],
10395 "swarming": { 10395 "swarming": {
10396 "can_use_on_swarming_builders": true 10396 "can_use_on_swarming_builders": true
10397 }, 10397 },
10398 "test": "views_unittests" 10398 "test": "views_unittests"
10399 } 10399 }
10400 ] 10400 ]
10401 }, 10401 },
10402 "Mojo ChromiumOS": {
10403 "additional_compile_targets": [
10404 "mash:all"
10405 ],
10406 "gtest_tests": [
10407 {
10408 "args": [
10409 "--override-use-gl-with-osmesa-for-tests",
10410 "--run-in-mash",
10411 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter",
10412 "--use-test-config"
10413 ],
10414 "test": "browser_tests"
10415 },
10416 {
10417 "test": "media_mojo_shell_unittests"
10418 },
10419 {
10420 "test": "mus_ws_unittests"
10421 },
10422 {
10423 "test": "views_mus_interactive_ui_tests"
10424 },
10425 {
10426 "test": "views_mus_unittests"
10427 }
10428 ]
10429 },
10430 "Mojo Windows": {
10431 "additional_compile_targets": [
10432 "mash:all"
10433 ],
10434 "gtest_tests": [
10435 {
10436 "args": [
10437 "--override-use-gl-with-osmesa-for-tests",
10438 "--run-in-mash",
10439 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter"
10440 ],
10441 "test": "browser_tests"
10442 },
10443 {
10444 "test": "media_mojo_shell_unittests"
10445 },
10446 {
10447 "test": "mus_ws_unittests"
10448 },
10449 {
10450 "test": "views_mus_interactive_ui_tests"
10451 },
10452 {
10453 "test": "views_mus_unittests"
10454 }
10455 ]
10456 },
10402 "Site Isolation Linux": { 10457 "Site Isolation Linux": {
10403 "gtest_tests": [ 10458 "gtest_tests": [
10404 { 10459 {
10405 "args": [ 10460 "args": [
10406 "--site-per-process" 10461 "--site-per-process"
10407 ], 10462 ],
10408 "test": "app_shell_unittests" 10463 "test": "app_shell_unittests"
10409 }, 10464 },
10410 { 10465 {
10411 "args": [ 10466 "args": [
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
11134 }, 11189 },
11135 { 11190 {
11136 "swarming": { 11191 "swarming": {
11137 "can_use_on_swarming_builders": true 11192 "can_use_on_swarming_builders": true
11138 }, 11193 },
11139 "test": "views_unittests" 11194 "test": "views_unittests"
11140 } 11195 }
11141 ] 11196 ]
11142 } 11197 }
11143 } 11198 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mojo.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698