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

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

Issue 2625673003: Enable viewing render tests results on buildbot on Android FYI bot. (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 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 "swarming": { 762 "swarming": {
763 "can_use_on_swarming_builders": false 763 "can_use_on_swarming_builders": false
764 }, 764 },
765 "test": "blink_heap_unittests" 765 "test": "blink_heap_unittests"
766 }, 766 },
767 { 767 {
768 "swarming": { 768 "swarming": {
769 "can_use_on_swarming_builders": false 769 "can_use_on_swarming_builders": false
770 }, 770 },
771 "test": "blink_platform_unittests" 771 "test": "blink_platform_unittests"
772 },
773 {
774 "override_compile_targets": [
775 "chrome_public_test_apk"
776 ],
777 "override_isolate_target": "chrome_public_test_apk",
778 "render_results_dir": "chrome/test/data/android/render_tests",
779 "swarming": {
780 "can_use_on_swarming_builders": false
781 },
782 "test": "chrome_public_test_apk"
772 } 783 }
773 ], 784 ],
774 "scripts": [ 785 "scripts": [
775 { 786 {
776 "name": "telemetry_unittests", 787 "name": "telemetry_unittests",
777 "script": "telemetry_unittests.py" 788 "script": "telemetry_unittests.py"
778 } 789 }
779 ] 790 ]
780 }, 791 },
781 "Android User Builder Tests": { 792 "Android User Builder Tests": {
(...skipping 13459 matching lines...) Expand 10 before | Expand all | Expand 10 after
14241 }, 14252 },
14242 { 14253 {
14243 "swarming": { 14254 "swarming": {
14244 "can_use_on_swarming_builders": true 14255 "can_use_on_swarming_builders": true
14245 }, 14256 },
14246 "test": "views_unittests" 14257 "test": "views_unittests"
14247 } 14258 }
14248 ] 14259 ]
14249 } 14260 }
14250 } 14261 }
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