OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
7 "sync", | 7 "sync", |
8 "--verbose", | 8 "--verbose", |
9 "--force", | 9 "--force", |
10 "--revision", | 10 "--revision", |
11 "build/goma@refs/heads/master" | 11 "build/goma@refs/heads/master" |
12 ], | 12 ], |
13 "cwd": "[BUILD]", | 13 "cwd": "[ROOT]\\b\\build", |
14 "env": { | 14 "env": { |
15 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 15 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
16 }, | 16 }, |
17 "name": "gclient update goma canary" | 17 "name": "gclient update goma canary" |
18 }, | 18 }, |
19 { | 19 { |
20 "cmd": [ | 20 "cmd": [ |
21 "python", | 21 "python", |
22 "-u", | 22 "-u", |
23 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 23 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
24 ], | 24 ], |
25 "cwd": "[SLAVE_BUILD]", | |
26 "name": "taskkill" | 25 "name": "taskkill" |
27 }, | 26 }, |
28 { | 27 { |
29 "cmd": [ | 28 "cmd": [ |
30 "python", | 29 "python", |
31 "-u", | 30 "-u", |
32 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 31 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
33 "--master", | 32 "--master", |
34 "chromium.fyi", | 33 "chromium.fyi", |
35 "--builder", | 34 "--builder", |
36 "CrWin7Goma", | 35 "CrWin7Goma", |
37 "--slave", | 36 "--slave", |
38 "TestSlavename", | 37 "TestSlavename", |
39 "--spec", | 38 "--spec", |
40 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 39 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
41 "--root", | 40 "--root", |
42 "src", | 41 "src", |
43 "--revision_mapping_file", | 42 "--revision_mapping_file", |
44 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 43 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
45 "--git-cache-dir", | 44 "--git-cache-dir", |
46 "[GIT_CACHE]", | 45 "[ROOT]\\b\\build\\slave\\cache_dir", |
47 "--output_json", | 46 "--output_json", |
48 "/path/to/tmp/json", | 47 "/path/to/tmp/json", |
49 "--revision", | 48 "--revision", |
50 "src@HEAD", | 49 "src@HEAD", |
51 "--force", | 50 "--force", |
52 "--output_manifest" | 51 "--output_manifest" |
53 ], | 52 ], |
54 "cwd": "[SLAVE_BUILD]", | |
55 "env": { | 53 "env": { |
56 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
57 }, | 55 }, |
58 "name": "bot_update", | 56 "name": "bot_update", |
59 "~followup_annotations": [ | 57 "~followup_annotations": [ |
60 "@@@STEP_TEXT@Some step text@@@", | 58 "@@@STEP_TEXT@Some step text@@@", |
61 "@@@STEP_LOG_LINE@json.output@{@@@", | 59 "@@@STEP_LOG_LINE@json.output@{@@@", |
62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 116 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
119 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 117 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 118 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 119 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
122 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
123 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 121 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
124 ] | 122 ] |
125 }, | 123 }, |
126 { | 124 { |
127 "cmd": [], | 125 "cmd": [], |
128 "cwd": "[SLAVE_BUILD]", | |
129 "name": "ensure_goma" | 126 "name": "ensure_goma" |
130 }, | 127 }, |
131 { | 128 { |
132 "cmd": [ | 129 "cmd": [ |
133 "python", | 130 "python", |
134 "-u", | 131 "-u", |
135 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 132 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
136 "--platform", | 133 "--platform", |
137 "windows-386", | 134 "windows-386", |
138 "--dest-directory", | 135 "--dest-directory", |
139 "[SLAVE_BUILD]\\cipd", | 136 "[CWD]\\cipd", |
140 "--json-output", | 137 "--json-output", |
141 "/path/to/tmp/json" | 138 "/path/to/tmp/json" |
142 ], | 139 ], |
143 "cwd": "[SLAVE_BUILD]", | |
144 "name": "ensure_goma.install cipd", | 140 "name": "ensure_goma.install cipd", |
145 "~followup_annotations": [ | 141 "~followup_annotations": [ |
146 "@@@STEP_NEST_LEVEL@1@@@", | 142 "@@@STEP_NEST_LEVEL@1@@@", |
147 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 143 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
148 "@@@STEP_LOG_LINE@json.output@{@@@", | 144 "@@@STEP_LOG_LINE@json.output@{@@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
151 "@@@STEP_LOG_LINE@json.output@}@@@", | 147 "@@@STEP_LOG_LINE@json.output@}@@@", |
152 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
153 ] | 149 ] |
154 }, | 150 }, |
155 { | 151 { |
156 "cmd": [ | 152 "cmd": [ |
157 "[SLAVE_BUILD]\\cipd\\cipd", | 153 "fake_slave_build/cipd", |
158 "ensure", | 154 "ensure", |
159 "--root", | 155 "--root", |
160 "[CACHE]\\cipd\\goma", | 156 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
161 "--list", | 157 "--list", |
162 "infra_internal/goma/client/windows-amd64 release", | 158 "infra_internal/goma/client/windows-amd64 release", |
163 "--json-output", | 159 "--json-output", |
164 "/path/to/tmp/json", | 160 "/path/to/tmp/json", |
165 "--service-account-json", | 161 "--service-account-json", |
166 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 162 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
167 ], | 163 ], |
168 "cwd": "[SLAVE_BUILD]", | |
169 "name": "ensure_goma.ensure_installed", | 164 "name": "ensure_goma.ensure_installed", |
170 "~followup_annotations": [ | 165 "~followup_annotations": [ |
171 "@@@STEP_NEST_LEVEL@1@@@", | 166 "@@@STEP_NEST_LEVEL@1@@@", |
172 "@@@STEP_LOG_LINE@json.output@{@@@", | 167 "@@@STEP_LOG_LINE@json.output@{@@@", |
173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
174 "@@@STEP_LOG_LINE@json.output@ {@@@", | 169 "@@@STEP_LOG_LINE@json.output@ {@@@", |
175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
177 "@@@STEP_LOG_LINE@json.output@ }@@@", | 172 "@@@STEP_LOG_LINE@json.output@ }@@@", |
178 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 173 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
179 "@@@STEP_LOG_LINE@json.output@}@@@", | 174 "@@@STEP_LOG_LINE@json.output@}@@@", |
180 "@@@STEP_LOG_END@json.output@@@" | 175 "@@@STEP_LOG_END@json.output@@@" |
181 ] | 176 ] |
182 }, | 177 }, |
183 { | 178 { |
184 "cmd": [ | 179 "cmd": [ |
185 "python", | 180 "python", |
186 "-u", | 181 "-u", |
187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 182 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
188 "runhooks" | 183 "runhooks" |
189 ], | 184 ], |
190 "cwd": "[SLAVE_BUILD]", | |
191 "env": { | 185 "env": { |
192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
193 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", | 187 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=ia32 use_goma=1", |
194 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
195 }, | 189 }, |
196 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
197 }, | 191 }, |
198 { | 192 { |
199 "cmd": [ | 193 "cmd": [ |
200 "python", | 194 "python", |
201 "-u", | 195 "-u", |
202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 196 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
203 "--output", | 197 "--output", |
204 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
205 "--", | 199 "--", |
206 "--build-config-fs", | 200 "--build-config-fs", |
207 "Release", | 201 "Release", |
208 "--paths", | 202 "--paths", |
209 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 203 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", |
210 "--properties", | 204 "--properties", |
211 "{\"buildername\": \"CrWin7Goma\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" | 205 "{\"buildername\": \"CrWin7Goma\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" |
212 ], | 206 ], |
213 "cwd": "[SLAVE_BUILD]", | |
214 "name": "get compile targets for scripts", | 207 "name": "get compile targets for scripts", |
215 "~followup_annotations": [ | 208 "~followup_annotations": [ |
216 "@@@STEP_LOG_LINE@json.output@{}@@@", | 209 "@@@STEP_LOG_LINE@json.output@{}@@@", |
217 "@@@STEP_LOG_END@json.output@@@" | 210 "@@@STEP_LOG_END@json.output@@@" |
218 ] | 211 ] |
219 }, | 212 }, |
220 { | 213 { |
221 "cmd": [ | 214 "cmd": [ |
222 "python", | 215 "python", |
223 "-u", | 216 "-u", |
224 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
225 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 218 "[CWD]\\src\\testing\\buildbot\\chromium.fyi.json", |
226 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
227 ], | 220 ], |
228 "cwd": "[SLAVE_BUILD]", | |
229 "name": "read test spec", | 221 "name": "read test spec", |
230 "~followup_annotations": [ | 222 "~followup_annotations": [ |
231 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 223 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.fyi.json@@@", |
232 "@@@STEP_LOG_LINE@json.output@{}@@@", | 224 "@@@STEP_LOG_LINE@json.output@{}@@@", |
233 "@@@STEP_LOG_END@json.output@@@" | 225 "@@@STEP_LOG_END@json.output@@@" |
234 ] | 226 ] |
235 }, | 227 }, |
236 { | 228 { |
237 "cmd": [ | 229 "cmd": [ |
238 "python", | 230 "python", |
239 "-u", | 231 "-u", |
240 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 232 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
241 "--show-path", | 233 "--show-path", |
242 "python", | 234 "python", |
243 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 235 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
244 ], | 236 ], |
245 "cwd": "[SLAVE_BUILD]", | |
246 "name": "cleanup_temp" | 237 "name": "cleanup_temp" |
247 }, | 238 }, |
248 { | 239 { |
249 "cmd": [ | 240 "cmd": [ |
250 "python", | 241 "python", |
251 "-u", | 242 "-u", |
252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
253 "--show-path", | 244 "--show-path", |
254 "python", | 245 "python", |
255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
256 "--gsutil-py-path", | 247 "--gsutil-py-path", |
257 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 248 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
258 "--ninja-path", | 249 "--ninja-path", |
259 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 250 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
260 "--target", | 251 "--target", |
261 "Release", | 252 "Release", |
262 "--src-dir", | 253 "--src-dir", |
263 "[SLAVE_BUILD]\\src", | 254 "[CWD]\\src", |
264 "--goma-cache-dir", | 255 "--goma-cache-dir", |
265 "[GOMA_CACHE]", | 256 "[ROOT]\\b\\build\\slave\\goma_cache", |
266 "--build-tool", | 257 "--build-tool", |
267 "ninja", | 258 "ninja", |
268 "--build-data-dir", | 259 "--build-data-dir", |
269 "[ROOT]\\build_data_dir", | 260 "[ROOT]\\build_data_dir", |
270 "--compiler", | 261 "--compiler", |
271 "goma", | 262 "goma", |
272 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
273 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
274 "--goma-service-account-json-file", | 265 "--goma-service-account-json-file", |
275 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 266 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
276 "--goma-dir", | 267 "--goma-dir", |
277 "[CACHE]\\cipd\\goma", | 268 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
278 "--goma-hermetic", | 269 "--goma-hermetic", |
279 "error", | 270 "error", |
280 "--goma-enable-compiler-info-cache", | 271 "--goma-enable-compiler-info-cache", |
281 "--", | 272 "--", |
282 "base_unittests", | 273 "base_unittests", |
283 "chromium_builder_tests", | 274 "chromium_builder_tests", |
284 "content_unittests" | 275 "content_unittests" |
285 ], | 276 ], |
286 "cwd": "[SLAVE_BUILD]", | |
287 "env": { | 277 "env": { |
288 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
289 }, | 279 }, |
290 "name": "compile", | 280 "name": "compile", |
291 "~followup_annotations": [ | 281 "~followup_annotations": [ |
292 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
293 "@@@STEP_LOG_END@json.output (invalid)@@@" | 283 "@@@STEP_LOG_END@json.output (invalid)@@@" |
294 ] | 284 ] |
295 }, | 285 }, |
296 { | 286 { |
(...skipping 11 matching lines...) Expand all Loading... |
308 "--annotate=gtest", | 298 "--annotate=gtest", |
309 "--test-type=base_unittests", | 299 "--test-type=base_unittests", |
310 "--step-name=base_unittests", | 300 "--step-name=base_unittests", |
311 "--test-launcher-summary-output", | 301 "--test-launcher-summary-output", |
312 "/path/to/tmp/json", | 302 "/path/to/tmp/json", |
313 "--builder-name=CrWin7Goma", | 303 "--builder-name=CrWin7Goma", |
314 "--slave-name=TestSlavename", | 304 "--slave-name=TestSlavename", |
315 "--build-number=571", | 305 "--build-number=571", |
316 "base_unittests.exe" | 306 "base_unittests.exe" |
317 ], | 307 ], |
318 "cwd": "[SLAVE_BUILD]", | |
319 "name": "base_unittests" | 308 "name": "base_unittests" |
320 }, | 309 }, |
321 { | 310 { |
322 "allow_subannotations": true, | 311 "allow_subannotations": true, |
323 "cmd": [ | 312 "cmd": [ |
324 "python", | 313 "python", |
325 "-u", | 314 "-u", |
326 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 315 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
327 "--target", | 316 "--target", |
328 "Release", | 317 "Release", |
329 "--factory-properties", | 318 "--factory-properties", |
330 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", | 319 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
331 "--build-properties", | 320 "--build-properties", |
332 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", | 321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
333 "--annotate=gtest", | 322 "--annotate=gtest", |
334 "--test-type=content_unittests", | 323 "--test-type=content_unittests", |
335 "--step-name=content_unittests", | 324 "--step-name=content_unittests", |
336 "--test-launcher-summary-output", | 325 "--test-launcher-summary-output", |
337 "/path/to/tmp/json", | 326 "/path/to/tmp/json", |
338 "--builder-name=CrWin7Goma", | 327 "--builder-name=CrWin7Goma", |
339 "--slave-name=TestSlavename", | 328 "--slave-name=TestSlavename", |
340 "--build-number=571", | 329 "--build-number=571", |
341 "content_unittests.exe" | 330 "content_unittests.exe" |
342 ], | 331 ], |
343 "cwd": "[SLAVE_BUILD]", | |
344 "name": "content_unittests" | 332 "name": "content_unittests" |
345 }, | 333 }, |
346 { | 334 { |
347 "cmd": [ | 335 "cmd": [ |
348 "python", | 336 "python", |
349 "-u", | 337 "-u", |
350 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 338 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
351 "--target", | 339 "--target", |
352 "Release" | 340 "Release" |
353 ], | 341 ], |
354 "cwd": "[SLAVE_BUILD]", | |
355 "name": "process_dumps" | 342 "name": "process_dumps" |
356 }, | 343 }, |
357 { | 344 { |
358 "name": "$result", | 345 "name": "$result", |
359 "recipe_result": null, | 346 "recipe_result": null, |
360 "status_code": 0 | 347 "status_code": 0 |
361 } | 348 } |
362 ] | 349 ] |
OLD | NEW |