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

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

Issue 2335333003: Fix swarming for content_browsertests and browser_tests on PlzNavigate FYI bot. (Closed)
Patch Set: 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 | « chrome/test/BUILD.gn ('k') | no next file » | 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 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 "test": "webkit_unit_tests" 860 "test": "webkit_unit_tests"
861 } 861 }
862 ] 862 ]
863 }, 863 },
864 "Android VR Tests": {}, 864 "Android VR Tests": {},
865 "Browser Side Navigation Linux": { 865 "Browser Side Navigation Linux": {
866 "gtest_tests": [ 866 "gtest_tests": [
867 { 867 {
868 "args": [ 868 "args": [
869 "--enable-browser-side-navigation", 869 "--enable-browser-side-navigation",
870 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter", 870 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter",
scottmg 2016/09/13 22:35:28 I guess this'll only work with swarming now? Kinda
jam 2016/09/13 23:31:36 Right. This is how we run content browser tests fo
871 "--test-launcher-retry-limit=6" 871 "--test-launcher-retry-limit=6"
872 ], 872 ],
873 "swarming": { 873 "swarming": {
874 "can_use_on_swarming_builders": true 874 "can_use_on_swarming_builders": true
875 }, 875 },
876 "test": "browser_tests" 876 "test": "browser_tests"
877 }, 877 },
878 { 878 {
879 "args": [ 879 "args": [
880 "--enable-browser-side-navigation", 880 "--enable-browser-side-navigation",
881 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.content_browsertests.filter" 881 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.content_browsertests.filter"
882 ], 882 ],
883 "swarming": { 883 "swarming": {
884 "can_use_on_swarming_builders": true 884 "can_use_on_swarming_builders": true
885 }, 885 },
886 "test": "content_browsertests" 886 "test": "content_browsertests"
887 }, 887 },
888 { 888 {
889 "args": [ 889 "args": [
890 "--enable-browser-side-navigation" 890 "--enable-browser-side-navigation"
891 ], 891 ],
(...skipping 11133 matching lines...) Expand 10 before | Expand all | Expand 10 after
12025 }, 12025 },
12026 { 12026 {
12027 "swarming": { 12027 "swarming": {
12028 "can_use_on_swarming_builders": true 12028 "can_use_on_swarming_builders": true
12029 }, 12029 },
12030 "test": "views_unittests" 12030 "test": "views_unittests"
12031 } 12031 }
12032 ] 12032 ]
12033 } 12033 }
12034 } 12034 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698