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

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

Issue 2823273002: chromeos: Adds ash_mus_unittests to the main waterfall (Closed)
Patch Set: 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 | « 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 "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 25 matching lines...) Expand all
36 }, 36 },
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": [
47 "--mus",
48 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un ittests.filter"
49 ],
50 "name": "ash_mus_unittests",
msw 2017/04/18 18:35:04 Should we also be adding the same thing to "Linux
sky 2017/04/18 19:09:35 I added ash_mus_unittests to the same bots as mash
msw 2017/04/18 19:19:22 Hmm, presuming x11 and ozone are mutually exclusiv
51 "override_isolate_target": "ash_unittests",
52 "swarming": {
53 "can_use_on_swarming_builders": true
54 },
55 "test": "ash_unittests"
56 },
57 {
46 "swarming": { 58 "swarming": {
47 "can_use_on_swarming_builders": true 59 "can_use_on_swarming_builders": true
48 }, 60 },
49 "test": "ash_unittests" 61 "test": "ash_unittests"
50 }, 62 },
51 { 63 {
52 "swarming": { 64 "swarming": {
53 "can_use_on_swarming_builders": true 65 "can_use_on_swarming_builders": true
54 }, 66 },
55 "test": "aura_unittests" 67 "test": "aura_unittests"
(...skipping 1109 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698