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

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

Issue 2848013002: Add a Linux bot to run servicification related tests. (Closed)
Patch Set: more 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 | « no previous file | 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 11765 matching lines...) Expand 10 before | Expand all | Expand 10 after
11776 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.m us.browser_tests.filter" 11776 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.m us.browser_tests.filter"
11777 ], 11777 ],
11778 "hard_timeout": 60, 11778 "hard_timeout": 60,
11779 "swarming": { 11779 "swarming": {
11780 "can_use_on_swarming_builders": true 11780 "can_use_on_swarming_builders": true
11781 }, 11781 },
11782 "test": "mus_browser_tests" 11782 "test": "mus_browser_tests"
11783 } 11783 }
11784 ] 11784 ]
11785 }, 11785 },
11786 "Mojo Linux": {
11787 "gtest_tests": [
11788 {
11789 "args": [
11790 "--enable-network-service",
11791 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter"
11792 ],
11793 "name": "network_service_content_browsertests",
11794 "swarming": {
11795 "can_use_on_swarming_builders": true
11796 },
11797 "test": "content_browsertests"
11798 }
11799 ]
11800 },
11786 "Mojo Windows": { 11801 "Mojo Windows": {
11787 "additional_compile_targets": [ 11802 "additional_compile_targets": [
11788 "mash:all" 11803 "mash:all"
11789 ], 11804 ],
11790 "gtest_tests": [ 11805 "gtest_tests": [
11791 { 11806 {
11792 "swarming": { 11807 "swarming": {
11793 "can_use_on_swarming_builders": false 11808 "can_use_on_swarming_builders": false
11794 }, 11809 },
11795 "test": "media_service_unittests" 11810 "test": "media_service_unittests"
(...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after
13172 }, 13187 },
13173 { 13188 {
13174 "swarming": { 13189 "swarming": {
13175 "can_use_on_swarming_builders": false 13190 "can_use_on_swarming_builders": false
13176 }, 13191 },
13177 "test": "views_unittests" 13192 "test": "views_unittests"
13178 } 13193 }
13179 ] 13194 ]
13180 } 13195 }
13181 } 13196 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698