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

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

Issue 2834103003: Add mus_browser_tests to Mojo FYI bots (Closed)
Patch Set: 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
« 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 11751 matching lines...) Expand 10 before | Expand all | Expand 10 after
11762 { 11762 {
11763 "args": [ 11763 "args": [
11764 "--override-use-software-gl-for-tests", 11764 "--override-use-software-gl-for-tests",
11765 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter" 11765 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter"
11766 ], 11766 ],
11767 "hard_timeout": 60, 11767 "hard_timeout": 60,
11768 "swarming": { 11768 "swarming": {
11769 "can_use_on_swarming_builders": true 11769 "can_use_on_swarming_builders": true
11770 }, 11770 },
11771 "test": "mash_browser_tests" 11771 "test": "mash_browser_tests"
11772 },
11773 {
11774 "args": [
11775 "--override-use-software-gl-for-tests",
11776 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.m us.browser_tests.filter"
11777 ],
11778 "hard_timeout": 60,
11779 "swarming": {
11780 "can_use_on_swarming_builders": true
11781 },
11782 "test": "mus_browser_tests"
11772 } 11783 }
11773 ] 11784 ]
11774 }, 11785 },
11775 "Mojo Windows": { 11786 "Mojo Windows": {
11776 "additional_compile_targets": [ 11787 "additional_compile_targets": [
11777 "mash:all" 11788 "mash:all"
11778 ], 11789 ],
11779 "gtest_tests": [ 11790 "gtest_tests": [
11780 { 11791 {
11781 "swarming": { 11792 "swarming": {
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
13161 }, 13172 },
13162 { 13173 {
13163 "swarming": { 13174 "swarming": {
13164 "can_use_on_swarming_builders": false 13175 "can_use_on_swarming_builders": false
13165 }, 13176 },
13166 "test": "views_unittests" 13177 "test": "views_unittests"
13167 } 13178 }
13168 ] 13179 ]
13169 } 13180 }
13170 } 13181 }
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