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

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

Issue 2886553002: Rename ash_mus_unittests builder step to "ash_unittests --mus" (Closed)
Patch Set: build file Created 3 years, 7 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 11635 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--mus", 11655 "--mus",
11656 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un ittests.filter" 11656 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mus.filter"
11657 ], 11657 ],
11658 "name": "ash_mus_unittests", 11658 "name": "ash_unittests --mus",
11659 "override_isolate_target": "ash_unittests", 11659 "override_isolate_target": "ash_unittests",
11660 "swarming": { 11660 "swarming": {
11661 "can_use_on_swarming_builders": true 11661 "can_use_on_swarming_builders": true
11662 }, 11662 },
11663 "test": "ash_unittests" 11663 "test": "ash_unittests"
11664 }, 11664 },
11665 { 11665 {
11666 "args": [ 11666 "args": [
11667 "--override-use-software-gl-for-tests", 11667 "--override-use-software-gl-for-tests",
11668 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter" 11668 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter"
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
13113 }, 13113 },
13114 { 13114 {
13115 "swarming": { 13115 "swarming": {
13116 "can_use_on_swarming_builders": false 13116 "can_use_on_swarming_builders": false
13117 }, 13117 },
13118 "test": "views_unittests" 13118 "test": "views_unittests"
13119 } 13119 }
13120 ] 13120 ]
13121 } 13121 }
13122 } 13122 }
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