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

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

Issue 2803933003: Adds ash_mus_unittests to FYI bot (Closed)
Patch Set: cleanup Created 3 years, 8 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
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 11772 matching lines...) Expand 10 before | Expand all | Expand 10 after
11783 } 11783 }
11784 ] 11784 ]
11785 }, 11785 },
11786 "Mojo ChromiumOS": { 11786 "Mojo ChromiumOS": {
11787 "additional_compile_targets": [ 11787 "additional_compile_targets": [
11788 "mash:all" 11788 "mash:all"
11789 ], 11789 ],
11790 "gtest_tests": [ 11790 "gtest_tests": [
11791 { 11791 {
11792 "args": [ 11792 "args": [
11793 "--mus",
11794 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un ittests.filter"
msw 2017/04/06 18:43:22 optional nit: prepend mojo.fyi to the file name li
sky 2017/04/06 19:00:11 Indeed. I'm hoping this quickly transitions to the
11795 ],
11796 "swarming": {
11797 "can_use_on_swarming_builders": true
11798 },
11799 "test": "ash_mus_unittests"
11800 },
11801 {
11802 "args": [
11793 "--override-use-software-gl-for-tests", 11803 "--override-use-software-gl-for-tests",
11794 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter" 11804 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter"
11795 ], 11805 ],
11796 "hard_timeout": 60, 11806 "hard_timeout": 60,
11797 "swarming": { 11807 "swarming": {
11798 "can_use_on_swarming_builders": true 11808 "can_use_on_swarming_builders": true
11799 }, 11809 },
11800 "test": "mash_browser_tests" 11810 "test": "mash_browser_tests"
11801 } 11811 }
11802 ] 11812 ]
(...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after
13186 }, 13196 },
13187 { 13197 {
13188 "swarming": { 13198 "swarming": {
13189 "can_use_on_swarming_builders": false 13199 "can_use_on_swarming_builders": false
13190 }, 13200 },
13191 "test": "views_unittests" 13201 "test": "views_unittests"
13192 } 13202 }
13193 ] 13203 ]
13194 } 13204 }
13195 } 13205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698