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

Side by Side Diff: scripts/slave/recipes/webrtc/baremetal.expected/trybot_linux32_Debug.json

Issue 177553005: Updates to WebRTC Baremetal recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Simplified JSON expectations Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(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 revert",
15 "gclient sync"
16 ]
17 },
18 {
19 "abort_on_failure": true,
20 "cmd": [
21 "python",
22 "-u",
23 "[BUILD]/scripts/slave/gclient_safe_revert.py",
24 ".",
25 "[DEPOT_TOOLS]/gclient"
26 ],
27 "name": "gclient revert"
28 },
29 {
30 "abort_on_failure": true,
31 "cmd": [
32 "python",
33 "-u",
34 "[DEPOT_TOOLS]/gclient.py",
35 "sync",
36 "--nohooks",
37 "--delete_unversioned_trees",
38 "--revision",
39 "src@12345",
40 "--output-json",
41 "/path/to/tmp/json"
42 ],
43 "name": "gclient sync",
44 "~followup_annotations": [
45 "@@@STEP_LOG_LINE@json.output@{@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@",
49 "@@@STEP_LOG_LINE@json.output@ }@@@",
50 "@@@STEP_LOG_LINE@json.output@ }@@@",
51 "@@@STEP_LOG_LINE@json.output@}@@@",
52 "@@@STEP_LOG_END@json.output@@@",
53 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@"
54 ]
55 },
56 {
57 "cmd": [
58 "python",
59 "-u",
60 "[DEPOT_TOOLS]/gclient.py",
61 "runhooks"
62 ],
63 "env": {
64 "GYP_DEFINES": "component=shared_library target_arch=ia32"
65 },
66 "name": "gclient runhooks"
67 },
68 {
69 "cmd": [
70 "python",
71 "-u",
72 "[BUILD]/scripts/slave/apply_svn_patch.py",
73 "-p",
74 "try_job_svn_patch",
75 "-r",
76 "[SLAVE_BUILD]/src"
77 ],
78 "name": "apply_patch"
79 },
80 {
81 "abort_on_failure": true,
82 "cmd": [
83 "python",
84 "-u",
85 "[BUILD]/scripts/slave/compile.py",
86 "--target",
87 "Debug",
88 "--src-dir",
89 "[SLAVE_BUILD]/src",
90 "--build-tool",
91 "ninja",
92 "--",
93 "All"
94 ],
95 "name": "compile"
96 },
97 {
98 "always_run": true,
99 "cmd": [
100 "python",
101 "-u",
102 "[BUILD]/scripts/slave/runtest.py",
103 "--target",
104 "Debug",
105 "--no-xvfb",
106 "--factory-properties",
107 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
108 "--build-properties",
109 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
110 "--builder-name=trybot builder",
111 "--slave-name=slavename",
112 "--master-name=mastername",
113 "audioproc",
114 "-aecm",
115 "-ns",
116 "-agc",
117 "--fixed_digital",
118 "--perf",
119 "-pb",
120 "[SLAVE_BUILD]/src/resources/audioproc.aecdump"
121 ],
122 "name": "audioproc_perf",
123 "seed_steps": [
124 "audioproc_perf",
125 "isac_fixed_perf",
126 "libjingle_peerconnection_java_unittest",
127 "vie_auto_test",
128 "video_capture_tests",
129 "voe_auto_test"
130 ]
131 },
132 {
133 "always_run": true,
134 "cmd": [
135 "python",
136 "-u",
137 "[BUILD]/scripts/slave/runtest.py",
138 "--target",
139 "Debug",
140 "--no-xvfb",
141 "--factory-properties",
142 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
143 "--build-properties",
144 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
145 "--builder-name=trybot builder",
146 "--slave-name=slavename",
147 "--master-name=mastername",
148 "iSACFixtest",
149 "32000",
150 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm",
151 "isac_speech_and_misc_wb.pcm"
152 ],
153 "name": "isac_fixed_perf"
154 },
155 {
156 "always_run": true,
157 "cmd": [
158 "python",
159 "-u",
160 "[BUILD]/scripts/slave/runtest.py",
161 "--target",
162 "Debug",
163 "--no-xvfb",
164 "--factory-properties",
165 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
166 "--build-properties",
167 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
168 "--builder-name=trybot builder",
169 "--slave-name=slavename",
170 "--master-name=mastername",
171 "libjingle_peerconnection_java_unittest"
172 ],
173 "env": {
174 "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libpulse.so.0"
175 },
176 "name": "libjingle_peerconnection_java_unittest"
177 },
178 {
179 "always_run": true,
180 "cmd": [
181 "python",
182 "-u",
183 "[BUILD]/scripts/slave/runtest.py",
184 "--target",
185 "Debug",
186 "--no-xvfb",
187 "--factory-properties",
188 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
189 "--build-properties",
190 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
191 "--builder-name=trybot builder",
192 "--slave-name=slavename",
193 "--master-name=mastername",
194 "vie_auto_test",
195 "--automated",
196 "--capture_test_ensure_resolution_alignment_in_capture_device=false"
197 ],
198 "name": "vie_auto_test"
199 },
200 {
201 "always_run": true,
202 "cmd": [
203 "python",
204 "-u",
205 "[BUILD]/scripts/slave/runtest.py",
206 "--target",
207 "Debug",
208 "--no-xvfb",
209 "--factory-properties",
210 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
211 "--build-properties",
212 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
213 "--builder-name=trybot builder",
214 "--slave-name=slavename",
215 "--master-name=mastername",
216 "video_capture_tests"
217 ],
218 "name": "video_capture_tests"
219 },
220 {
221 "always_run": true,
222 "cmd": [
223 "python",
224 "-u",
225 "[BUILD]/scripts/slave/runtest.py",
226 "--target",
227 "Debug",
228 "--no-xvfb",
229 "--factory-properties",
230 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
231 "--build-properties",
232 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
233 "--builder-name=trybot builder",
234 "--slave-name=slavename",
235 "--master-name=mastername",
236 "voe_auto_test",
237 "--automated"
238 ],
239 "name": "voe_auto_test"
240 }
241 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698