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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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.fyi.json ('k') | testing/buildbot/chromium.full.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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 }, 221 },
222 "test": "ipc_tests" 222 "test": "ipc_tests"
223 }, 223 },
224 { 224 {
225 "swarming": { 225 "swarming": {
226 "can_use_on_swarming_builders": true 226 "can_use_on_swarming_builders": true
227 }, 227 },
228 "test": "jingle_unittests" 228 "test": "jingle_unittests"
229 }, 229 },
230 { 230 {
231 "swarming": {
232 "can_use_on_swarming_builders": true
233 },
234 "test": "latency_unittests"
235 },
236 {
231 "args": [ 237 "args": [
232 "--ozone-platform=headless", 238 "--ozone-platform=headless",
233 "--override-use-software-gl-for-tests", 239 "--override-use-software-gl-for-tests",
234 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter" 240 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter"
235 ], 241 ],
236 "hard_timeout": 60, 242 "hard_timeout": 60,
237 "swarming": { 243 "swarming": {
238 "can_use_on_swarming_builders": true 244 "can_use_on_swarming_builders": true
239 }, 245 },
240 "test": "mash_browser_tests" 246 "test": "mash_browser_tests"
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 { 667 {
662 "swarming": { 668 "swarming": {
663 "can_use_on_swarming_builders": true 669 "can_use_on_swarming_builders": true
664 }, 670 },
665 "test": "jingle_unittests" 671 "test": "jingle_unittests"
666 }, 672 },
667 { 673 {
668 "swarming": { 674 "swarming": {
669 "can_use_on_swarming_builders": true 675 "can_use_on_swarming_builders": true
670 }, 676 },
677 "test": "latency_unittests"
678 },
679 {
680 "swarming": {
681 "can_use_on_swarming_builders": true
682 },
671 "test": "media_blink_unittests" 683 "test": "media_blink_unittests"
672 }, 684 },
673 { 685 {
674 "swarming": { 686 "swarming": {
675 "can_use_on_swarming_builders": true 687 "can_use_on_swarming_builders": true
676 }, 688 },
677 "test": "media_unittests" 689 "test": "media_unittests"
678 }, 690 },
679 { 691 {
680 "swarming": { 692 "swarming": {
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 { 1025 {
1014 "swarming": { 1026 "swarming": {
1015 "can_use_on_swarming_builders": true 1027 "can_use_on_swarming_builders": true
1016 }, 1028 },
1017 "test": "jingle_unittests" 1029 "test": "jingle_unittests"
1018 }, 1030 },
1019 { 1031 {
1020 "swarming": { 1032 "swarming": {
1021 "can_use_on_swarming_builders": true 1033 "can_use_on_swarming_builders": true
1022 }, 1034 },
1035 "test": "latency_unittests"
1036 },
1037 {
1038 "swarming": {
1039 "can_use_on_swarming_builders": true
1040 },
1023 "test": "media_blink_unittests" 1041 "test": "media_blink_unittests"
1024 }, 1042 },
1025 { 1043 {
1026 "swarming": { 1044 "swarming": {
1027 "can_use_on_swarming_builders": true 1045 "can_use_on_swarming_builders": true
1028 }, 1046 },
1029 "test": "media_unittests" 1047 "test": "media_unittests"
1030 }, 1048 },
1031 { 1049 {
1032 "swarming": { 1050 "swarming": {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 }, 1183 },
1166 { 1184 {
1167 "swarming": { 1185 "swarming": {
1168 "can_use_on_swarming_builders": true 1186 "can_use_on_swarming_builders": true
1169 }, 1187 },
1170 "test": "wm_unittests" 1188 "test": "wm_unittests"
1171 } 1189 }
1172 ] 1190 ]
1173 } 1191 }
1174 } 1192 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.fyi.json ('k') | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698