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

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

Issue 2626183002: Enable render test buildbot results on bot on chromium.android. (Closed)
Patch Set: Created 3 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 Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "override_compile_targets": [ 10 "override_compile_targets": [
(...skipping 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 } 2904 }
2905 ] 2905 ]
2906 }, 2906 },
2907 "test": "cc_unittests" 2907 "test": "cc_unittests"
2908 }, 2908 },
2909 { 2909 {
2910 "override_compile_targets": [ 2910 "override_compile_targets": [
2911 "chrome_public_test_apk" 2911 "chrome_public_test_apk"
2912 ], 2912 ],
2913 "override_isolate_target": "chrome_public_test_apk", 2913 "override_isolate_target": "chrome_public_test_apk",
2914 "render_results_dir": "chrome/test/data/android/render_tests",
2914 "swarming": { 2915 "swarming": {
2915 "can_use_on_swarming_builders": true, 2916 "can_use_on_swarming_builders": true,
2916 "cipd_packages": [ 2917 "cipd_packages": [
2917 { 2918 {
2918 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 2919 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2919 "location": "bin", 2920 "location": "bin",
2920 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 " 2921 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 "
2921 } 2922 }
2922 ], 2923 ],
2923 "dimension_sets": [ 2924 "dimension_sets": [
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 }, 3806 },
3806 { 3807 {
3807 "test": "chrome_sync_shell_test_apk" 3808 "test": "chrome_sync_shell_test_apk"
3808 }, 3809 },
3809 { 3810 {
3810 "test": "content_shell_test_apk" 3811 "test": "content_shell_test_apk"
3811 } 3812 }
3812 ] 3813 ]
3813 } 3814 }
3814 } 3815 }
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