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

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

Issue 1577193004: PlzNavigate: increse max retries for our FYI bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | 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 Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 { 172 {
173 "test": "webkit_unit_tests" 173 "test": "webkit_unit_tests"
174 } 174 }
175 ] 175 ]
176 }, 176 },
177 "Browser Side Navigation Linux": { 177 "Browser Side Navigation Linux": {
178 "gtest_tests": [ 178 "gtest_tests": [
179 { 179 {
180 "args": [ 180 "args": [
181 "--enable-browser-side-navigation", 181 "--enable-browser-side-navigation",
182 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter" 182 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter",
183 "--test-launcher-retry-limit=6"
183 ], 184 ],
184 "swarming": { 185 "swarming": {
185 "can_use_on_swarming_builders": true 186 "can_use_on_swarming_builders": true
186 }, 187 },
187 "test": "browser_tests" 188 "test": "browser_tests"
188 }, 189 },
189 { 190 {
190 "args": [ 191 "args": [
191 "--enable-browser-side-navigation", 192 "--enable-browser-side-navigation",
192 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.content_browsertests.filter" 193 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.content_browsertests.filter"
(...skipping 5616 matching lines...) Expand 10 before | Expand all | Expand 10 after
5809 }, 5810 },
5810 { 5811 {
5811 "args": [ 5812 "args": [
5812 "--isolate-extensions" 5813 "--isolate-extensions"
5813 ], 5814 ],
5814 "test": "unit_tests" 5815 "test": "unit_tests"
5815 } 5816 }
5816 ] 5817 ]
5817 } 5818 }
5818 } 5819 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698