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

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

Issue 2358133005: Remove Linux ChromiumOS GN build configs from //testing/buildbot. (Closed)
Patch Set: Created 4 years, 3 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 | testing/buildbot/gn_isolate_map.pyl » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')
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 GN": {
8 "additional_compile_targets": [
9 "gn_all"
10 ],
11 "gtest_tests": [
12 {
13 "swarming": {
14 "can_use_on_swarming_builders": true
15 },
16 "test": "base_unittests"
17 },
18 {
19 "swarming": {
20 "can_use_on_swarming_builders": true
21 },
22 "test": "exo_unittests"
23 },
24 {
25 "args": [
26 "--override-use-gl-with-osmesa-for-tests"
27 ],
28 "swarming": {
29 "can_use_on_swarming_builders": true
30 },
31 "test": "mash_unittests"
32 }
33 ]
34 },
35 "Linux ChromiumOS GN (dbg)": {
36 "additional_compile_targets": [
37 "gn_all"
38 ],
39 "gtest_tests": [
40 {
41 "swarming": {
42 "can_use_on_swarming_builders": true
43 },
44 "test": "base_unittests"
45 },
46 {
47 "swarming": {
48 "can_use_on_swarming_builders": true
49 },
50 "test": "exo_unittests"
51 },
52 {
53 "args": [
54 "--override-use-gl-with-osmesa-for-tests"
55 ],
56 "swarming": {
57 "can_use_on_swarming_builders": true
58 },
59 "test": "mash_unittests"
60 }
61 ]
62 },
63 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
64 "gtest_tests": [ 8 "gtest_tests": [
65 { 9 {
66 "swarming": { 10 "swarming": {
67 "can_use_on_swarming_builders": true 11 "can_use_on_swarming_builders": true
68 }, 12 },
69 "test": "accessibility_unittests" 13 "test": "accessibility_unittests"
70 }, 14 },
71 { 15 {
72 "swarming": { 16 "swarming": {
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 }, 1068 },
1125 { 1069 {
1126 "swarming": { 1070 "swarming": {
1127 "can_use_on_swarming_builders": true 1071 "can_use_on_swarming_builders": true
1128 }, 1072 },
1129 "test": "wm_unittests" 1073 "test": "wm_unittests"
1130 } 1074 }
1131 ] 1075 ]
1132 } 1076 }
1133 } 1077 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698