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

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

Issue 2911213002: Setup ash_unittests --mash (Closed)
Patch Set: oops Created 3 years, 6 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 | « ash/test/ash_test_suite.cc ('k') | testing/buildbot/chromium.fyi.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 26 matching lines...) Expand all
37 "test": "app_shell_unittests" 37 "test": "app_shell_unittests"
38 }, 38 },
39 { 39 {
40 "swarming": { 40 "swarming": {
41 "can_use_on_swarming_builders": true 41 "can_use_on_swarming_builders": true
42 }, 42 },
43 "test": "ash_content_unittests" 43 "test": "ash_content_unittests"
44 }, 44 },
45 { 45 {
46 "args": [ 46 "args": [
47 "--mash",
48 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mash.filter"
49 ],
50 "name": "ash_unittests --mash",
51 "override_isolate_target": "ash_unittests",
52 "swarming": {
53 "can_use_on_swarming_builders": true
54 },
55 "test": "ash_unittests"
56 },
57 {
58 "args": [
47 "--mus", 59 "--mus",
48 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mus.filter" 60 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mus.filter"
49 ], 61 ],
50 "name": "ash_unittests --mus", 62 "name": "ash_unittests --mus",
51 "override_isolate_target": "ash_unittests", 63 "override_isolate_target": "ash_unittests",
52 "swarming": { 64 "swarming": {
53 "can_use_on_swarming_builders": true 65 "can_use_on_swarming_builders": true
54 }, 66 },
55 "test": "ash_unittests" 67 "test": "ash_unittests"
56 }, 68 },
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 }, 1177 },
1166 { 1178 {
1167 "swarming": { 1179 "swarming": {
1168 "can_use_on_swarming_builders": true 1180 "can_use_on_swarming_builders": true
1169 }, 1181 },
1170 "test": "wm_unittests" 1182 "test": "wm_unittests"
1171 } 1183 }
1172 ] 1184 ]
1173 } 1185 }
1174 } 1186 }
OLDNEW
« no previous file with comments | « ash/test/ash_test_suite.cc ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698