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

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

Issue 2073633002: [Android] Add timeout_scale for Lollipop Low-end Tester. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 }, 1381 },
1382 { 1382 {
1383 "test": "ui_touch_selection_unittests" 1383 "test": "ui_touch_selection_unittests"
1384 }, 1384 },
1385 { 1385 {
1386 "test": "unit_tests" 1386 "test": "unit_tests"
1387 } 1387 }
1388 ], 1388 ],
1389 "instrumentation_tests": [ 1389 "instrumentation_tests": [
1390 { 1390 {
1391 "test": "android_webview_test_apk" 1391 "test": "android_webview_test_apk",
1392 "timeout_scale": 2
1392 }, 1393 },
1393 { 1394 {
1394 "apk_under_test": "Blimp.apk",
1395 "override_compile_targets": [ 1395 "override_compile_targets": [
1396 "blimp_test_apk" 1396 "blimp_test_apk"
1397 ], 1397 ],
1398 "test": "blimp_test_apk", 1398 "test": "blimp_test_apk",
1399 "test_apk": "BlimpTest.apk" 1399 "timeout_scale": 2
1400 }, 1400 },
1401 { 1401 {
1402 "test": "chrome_public_test_apk" 1402 "test": "chrome_public_test_apk",
1403 "timeout_scale": 2
1403 }, 1404 },
1404 { 1405 {
1405 "test": "chrome_sync_shell_test_apk" 1406 "test": "chrome_sync_shell_test_apk",
1407 "timeout_scale": 2
1406 }, 1408 },
1407 { 1409 {
1408 "test": "content_shell_test_apk" 1410 "test": "content_shell_test_apk",
1411 "timeout_scale": 2
1409 } 1412 }
1410 ] 1413 ]
1411 }, 1414 },
1412 "Lollipop Phone Tester": { 1415 "Lollipop Phone Tester": {
1413 "gtest_tests": [ 1416 "gtest_tests": [
1414 { 1417 {
1415 "test": "android_webview_unittests" 1418 "test": "android_webview_unittests"
1416 }, 1419 },
1417 { 1420 {
1418 "test": "base_unittests" 1421 "test": "base_unittests"
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 }, 1840 },
1838 { 1841 {
1839 "test": "chrome_sync_shell_test_apk" 1842 "test": "chrome_sync_shell_test_apk"
1840 }, 1843 },
1841 { 1844 {
1842 "test": "content_shell_test_apk" 1845 "test": "content_shell_test_apk"
1843 } 1846 }
1844 ] 1847 ]
1845 } 1848 }
1846 } 1849 }
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