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

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

Issue 2911213002: Setup ash_unittests --mash (Closed)
Patch Set: oops Created 3 years, 6 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') | testing/buildbot/filters/BUILD.gn » ('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 11634 matching lines...) Expand 10 before | Expand all | Expand 10 after
11645 } 11645 }
11646 ] 11646 ]
11647 }, 11647 },
11648 "Mojo ChromiumOS": { 11648 "Mojo ChromiumOS": {
11649 "additional_compile_targets": [ 11649 "additional_compile_targets": [
11650 "mash:all" 11650 "mash:all"
11651 ], 11651 ],
11652 "gtest_tests": [ 11652 "gtest_tests": [
11653 { 11653 {
11654 "args": [ 11654 "args": [
11655 "--mash",
11656 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mash.filter"
11657 ],
11658 "name": "ash_unittests --mash",
11659 "override_isolate_target": "ash_unittests",
11660 "swarming": {
11661 "can_use_on_swarming_builders": true
11662 },
11663 "test": "ash_unittests"
11664 },
11665 {
11666 "args": [
11655 "--mus", 11667 "--mus",
11656 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mus.filter" 11668 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mus.filter"
11657 ], 11669 ],
11658 "name": "ash_unittests --mus", 11670 "name": "ash_unittests --mus",
11659 "override_isolate_target": "ash_unittests", 11671 "override_isolate_target": "ash_unittests",
11660 "swarming": { 11672 "swarming": {
11661 "can_use_on_swarming_builders": true 11673 "can_use_on_swarming_builders": true
11662 }, 11674 },
11663 "test": "ash_unittests" 11675 "test": "ash_unittests"
11664 }, 11676 },
(...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after
13107 }, 13119 },
13108 { 13120 {
13109 "swarming": { 13121 "swarming": {
13110 "can_use_on_swarming_builders": false 13122 "can_use_on_swarming_builders": false
13111 }, 13123 },
13112 "test": "views_unittests" 13124 "test": "views_unittests"
13113 } 13125 }
13114 ] 13126 ]
13115 } 13127 }
13116 } 13128 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698