OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "[DEPOT_TOOLS]/gclient.py", | |
7 "config", | |
8 "--spec", | |
9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'http://webrtc.googlecode
.com/svn/trunk'}]" | |
10 ], | |
11 "name": "gclient setup", | |
12 "seed_steps": [ | |
13 "gclient setup", | |
14 "gclient sync" | |
15 ] | |
16 }, | |
17 { | |
18 "abort_on_failure": true, | |
19 "cmd": [ | |
20 "python", | |
21 "-u", | |
22 "[DEPOT_TOOLS]/gclient.py", | |
23 "sync", | |
24 "--nohooks", | |
25 "--delete_unversioned_trees", | |
26 "--output-json", | |
27 "/path/to/tmp/json" | |
28 ], | |
29 "name": "gclient sync", | |
30 "~followup_annotations": [ | |
31 "@@@STEP_LOG_LINE@json.output@{@@@", | |
32 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | |
33 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@", | |
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@", | |
35 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
36 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
37 "@@@STEP_LOG_LINE@json.output@}@@@", | |
38 "@@@STEP_LOG_END@json.output@@@", | |
39 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@" | |
40 ] | |
41 }, | |
42 { | |
43 "cmd": [ | |
44 "python", | |
45 "-u", | |
46 "[DEPOT_TOOLS]/gclient.py", | |
47 "runhooks" | |
48 ], | |
49 "env": { | |
50 "GYP_DEFINES": "component=shared_library target_arch=ia32" | |
51 }, | |
52 "name": "gclient runhooks" | |
53 }, | |
54 { | |
55 "abort_on_failure": true, | |
56 "cmd": [ | |
57 "python", | |
58 "-u", | |
59 "[BUILD]/scripts/slave/compile.py", | |
60 "--target", | |
61 "Debug", | |
62 "--src-dir", | |
63 "[SLAVE_BUILD]/src", | |
64 "--build-tool", | |
65 "ninja", | |
66 "--", | |
67 "All" | |
68 ], | |
69 "name": "compile" | |
70 }, | |
71 { | |
72 "always_run": true, | |
73 "cmd": [ | |
74 "python", | |
75 "-u", | |
76 "[BUILD]/scripts/slave/runtest.py", | |
77 "--target", | |
78 "Debug", | |
79 "--factory-properties", | |
80 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
81 "--build-properties", | |
82 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
83 "--builder-name=buildbot builder", | |
84 "--slave-name=slavename", | |
85 "--master-name=mastername", | |
86 "audio_device_tests" | |
87 ], | |
88 "name": "audio_device_tests", | |
89 "seed_steps": [ | |
90 "audio_device_tests", | |
91 "libjingle_peerconnection_objc_test", | |
92 "vie_auto_test", | |
93 "video_capture_tests", | |
94 "voe_auto_test" | |
95 ] | |
96 }, | |
97 { | |
98 "always_run": true, | |
99 "cmd": [ | |
100 "python", | |
101 "-u", | |
102 "[BUILD]/scripts/slave/runtest.py", | |
103 "--target", | |
104 "Debug", | |
105 "--factory-properties", | |
106 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
107 "--build-properties", | |
108 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
109 "--builder-name=buildbot builder", | |
110 "--slave-name=slavename", | |
111 "--master-name=mastername", | |
112 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test", | |
113 "--automated", | |
114 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
115 ], | |
116 "name": "libjingle_peerconnection_objc_test" | |
117 }, | |
118 { | |
119 "always_run": true, | |
120 "cmd": [ | |
121 "python", | |
122 "-u", | |
123 "[BUILD]/scripts/slave/runtest.py", | |
124 "--target", | |
125 "Debug", | |
126 "--factory-properties", | |
127 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
128 "--build-properties", | |
129 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
130 "--builder-name=buildbot builder", | |
131 "--slave-name=slavename", | |
132 "--master-name=mastername", | |
133 "vie_auto_test", | |
134 "--automated", | |
135 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
136 ], | |
137 "name": "vie_auto_test" | |
138 }, | |
139 { | |
140 "always_run": true, | |
141 "cmd": [ | |
142 "python", | |
143 "-u", | |
144 "[BUILD]/scripts/slave/runtest.py", | |
145 "--target", | |
146 "Debug", | |
147 "--factory-properties", | |
148 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
149 "--build-properties", | |
150 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
151 "--builder-name=buildbot builder", | |
152 "--slave-name=slavename", | |
153 "--master-name=mastername", | |
154 "video_capture_tests" | |
155 ], | |
156 "name": "video_capture_tests" | |
157 }, | |
158 { | |
159 "always_run": true, | |
160 "cmd": [ | |
161 "python", | |
162 "-u", | |
163 "[BUILD]/scripts/slave/runtest.py", | |
164 "--target", | |
165 "Debug", | |
166 "--factory-properties", | |
167 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
168 "--build-properties", | |
169 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
170 "--builder-name=buildbot builder", | |
171 "--slave-name=slavename", | |
172 "--master-name=mastername", | |
173 "voe_auto_test", | |
174 "--automated" | |
175 ], | |
176 "name": "voe_auto_test" | |
177 } | |
178 ] | |
OLD | NEW |