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

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

Issue 2255873002: Setup VR builder and tester (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty gtest_tests list Created 4 years, 3 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 | tools/mb/mb_config.pyl » ('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 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 "test": "ui_touch_selection_unittests" 779 "test": "ui_touch_selection_unittests"
780 }, 780 },
781 { 781 {
782 "test": "unit_tests" 782 "test": "unit_tests"
783 }, 783 },
784 { 784 {
785 "test": "webkit_unit_tests" 785 "test": "webkit_unit_tests"
786 } 786 }
787 ] 787 ]
788 }, 788 },
789 "Android VR Tests": {},
789 "Browser Side Navigation Linux": { 790 "Browser Side Navigation Linux": {
790 "gtest_tests": [ 791 "gtest_tests": [
791 { 792 {
792 "args": [ 793 "args": [
793 "--enable-browser-side-navigation", 794 "--enable-browser-side-navigation",
794 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter", 795 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter",
795 "--test-launcher-retry-limit=6" 796 "--test-launcher-retry-limit=6"
796 ], 797 ],
797 "swarming": { 798 "swarming": {
798 "can_use_on_swarming_builders": true 799 "can_use_on_swarming_builders": true
(...skipping 10739 matching lines...) Expand 10 before | Expand all | Expand 10 after
11538 }, 11539 },
11539 { 11540 {
11540 "swarming": { 11541 "swarming": {
11541 "can_use_on_swarming_builders": true 11542 "can_use_on_swarming_builders": true
11542 }, 11543 },
11543 "test": "views_unittests" 11544 "test": "views_unittests"
11544 } 11545 }
11545 ] 11546 ]
11546 } 11547 }
11547 } 11548 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698