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

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

Issue 2817063002: Adding latency_unittests to run on trybots. (Closed)
Patch Set: Rebase Created 3 years, 8 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 | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | 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 Tests (trial)(dbg)": { 2 "Android Tests (trial)(dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": false 6 "can_use_on_swarming_builders": false
7 }, 7 },
8 "test": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
9 }, 9 },
10 { 10 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 { 71 {
72 "test": "gpu_ipc_service_unittests" 72 "test": "gpu_ipc_service_unittests"
73 }, 73 },
74 { 74 {
75 "test": "gpu_unittests" 75 "test": "gpu_unittests"
76 }, 76 },
77 { 77 {
78 "test": "ipc_tests" 78 "test": "ipc_tests"
79 }, 79 },
80 { 80 {
81 "test": "latency_unittests"
82 },
83 {
81 "test": "media_unittests" 84 "test": "media_unittests"
82 }, 85 },
83 { 86 {
84 "test": "net_unittests" 87 "test": "net_unittests"
85 }, 88 },
86 { 89 {
87 "override_compile_targets": [ 90 "override_compile_targets": [
88 "sandbox_linux_unittests_deps" 91 "sandbox_linux_unittests_deps"
89 ], 92 ],
90 "test": "sandbox_linux_unittests" 93 "test": "sandbox_linux_unittests"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 { 173 {
171 "test": "gpu_ipc_service_unittests" 174 "test": "gpu_ipc_service_unittests"
172 }, 175 },
173 { 176 {
174 "test": "gpu_unittests" 177 "test": "gpu_unittests"
175 }, 178 },
176 { 179 {
177 "test": "ipc_tests" 180 "test": "ipc_tests"
178 }, 181 },
179 { 182 {
183 "test": "latency_unittests"
184 },
185 {
180 "test": "media_unittests" 186 "test": "media_unittests"
181 }, 187 },
182 { 188 {
183 "test": "net_unittests" 189 "test": "net_unittests"
184 }, 190 },
185 { 191 {
186 "override_compile_targets": [ 192 "override_compile_targets": [
187 "sandbox_linux_unittests_deps" 193 "sandbox_linux_unittests_deps"
188 ], 194 ],
189 "test": "sandbox_linux_unittests" 195 "test": "sandbox_linux_unittests"
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 "android_devices": "1", 554 "android_devices": "1",
549 "device_os": "LMY47W", 555 "device_os": "LMY47W",
550 "device_type": "sprout" 556 "device_type": "sprout"
551 } 557 }
552 ], 558 ],
553 "expiration": 14400 559 "expiration": 14400
554 }, 560 },
555 "test": "ipc_tests" 561 "test": "ipc_tests"
556 }, 562 },
557 { 563 {
564 "override_isolate_target": "latency_unittests",
565 "swarming": {
566 "can_use_on_swarming_builders": true,
567 "dimension_sets": [
568 {
569 "android_devices": "1",
570 "device_os": "LMY47W",
571 "device_type": "sprout"
572 }
573 ],
574 "expiration": 14400
575 },
576 "test": "latency_unittests"
577 },
578 {
558 "override_isolate_target": "media_unittests", 579 "override_isolate_target": "media_unittests",
559 "swarming": { 580 "swarming": {
560 "can_use_on_swarming_builders": true, 581 "can_use_on_swarming_builders": true,
561 "dimension_sets": [ 582 "dimension_sets": [
562 { 583 {
563 "android_devices": "1", 584 "android_devices": "1",
564 "device_os": "LMY47W", 585 "device_os": "LMY47W",
565 "device_type": "sprout" 586 "device_type": "sprout"
566 } 587 }
567 ], 588 ],
(...skipping 2741 matching lines...) Expand 10 before | Expand all | Expand 10 after
3309 "device_type": "gce_x86" 3330 "device_type": "gce_x86"
3310 } 3331 }
3311 ], 3332 ],
3312 "hard_timeout": 960, 3333 "hard_timeout": 960,
3313 "shards": 1 3334 "shards": 1
3314 } 3335 }
3315 } 3336 }
3316 ] 3337 ]
3317 } 3338 }
3318 } 3339 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698