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

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

Issue 2385603002: Add angle_unittests to ozone tests. (Closed)
Patch Set: Add angle_unittests to ozone tests. Created 4 years, 2 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 | « BUILD.gn ('k') | 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": {
11 "can_use_on_swarming_builders": true 11 "can_use_on_swarming_builders": true
12 }, 12 },
13 "test": "accessibility_unittests" 13 "test": "accessibility_unittests"
14 }, 14 },
15 { 15 {
16 "swarming": { 16 "swarming": {
17 "can_use_on_swarming_builders": true 17 "can_use_on_swarming_builders": true
18 }, 18 },
19 "test": "angle_unittests"
20 },
21 {
22 "swarming": {
23 "can_use_on_swarming_builders": true
24 },
19 "test": "app_list_presenter_unittests" 25 "test": "app_list_presenter_unittests"
20 }, 26 },
21 { 27 {
22 "swarming": { 28 "swarming": {
23 "can_use_on_swarming_builders": true 29 "can_use_on_swarming_builders": true
24 }, 30 },
25 "test": "app_list_unittests" 31 "test": "app_list_unittests"
26 }, 32 },
27 { 33 {
28 "swarming": { 34 "swarming": {
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 }, 1074 },
1069 { 1075 {
1070 "swarming": { 1076 "swarming": {
1071 "can_use_on_swarming_builders": true 1077 "can_use_on_swarming_builders": true
1072 }, 1078 },
1073 "test": "wm_unittests" 1079 "test": "wm_unittests"
1074 } 1080 }
1075 ] 1081 ]
1076 } 1082 }
1077 } 1083 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698