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

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

Issue 2473463003: Don't run blink_platform_unittests, browser_tests on x64 Android bot. (Closed)
Patch Set: Created 4 years, 1 month 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 3066 matching lines...) Expand 10 before | Expand all | Expand 10 after
3077 { 3077 {
3078 "swarming": { 3078 "swarming": {
3079 "can_use_on_swarming_builders": false 3079 "can_use_on_swarming_builders": false
3080 }, 3080 },
3081 "test": "blink_heap_unittests" 3081 "test": "blink_heap_unittests"
3082 }, 3082 },
3083 { 3083 {
3084 "swarming": { 3084 "swarming": {
3085 "can_use_on_swarming_builders": false 3085 "can_use_on_swarming_builders": false
3086 }, 3086 },
3087 "test": "blink_platform_unittests"
3088 },
3089 {
3090 "swarming": {
3091 "can_use_on_swarming_builders": false
3092 },
3093 "test": "browser_tests"
3094 },
3095 {
3096 "swarming": {
3097 "can_use_on_swarming_builders": false
3098 },
3099 "test": "cacheinvalidation_unittests" 3087 "test": "cacheinvalidation_unittests"
3100 }, 3088 },
3101 { 3089 {
3102 "swarming": { 3090 "swarming": {
3103 "can_use_on_swarming_builders": false 3091 "can_use_on_swarming_builders": false
3104 }, 3092 },
3105 "test": "capture_unittests" 3093 "test": "capture_unittests"
3106 }, 3094 },
3107 { 3095 {
3108 "swarming": { 3096 "swarming": {
(...skipping 9829 matching lines...) Expand 10 before | Expand all | Expand 10 after
12938 }, 12926 },
12939 { 12927 {
12940 "swarming": { 12928 "swarming": {
12941 "can_use_on_swarming_builders": true 12929 "can_use_on_swarming_builders": true
12942 }, 12930 },
12943 "test": "views_unittests" 12931 "test": "views_unittests"
12944 } 12932 }
12945 ] 12933 ]
12946 } 12934 }
12947 } 12935 }
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