OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[BUILDER_CACHE]/V8_Blink_Linux_64", | 7 "[BUILDER_CACHE]/V8_Blink_Linux_64", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 "@@@STEP_LOG_END@json.output@@@" | 187 "@@@STEP_LOG_END@json.output@@@" |
188 ] | 188 ] |
189 }, | 189 }, |
190 { | 190 { |
191 "cmd": [ | 191 "cmd": [ |
192 "python", | 192 "python", |
193 "-u", | 193 "-u", |
194 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 194 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
195 "runhooks" | 195 "runhooks" |
196 ], | 196 ], |
197 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 197 "cwd": "[SLAVE_BUILD]/src", |
198 "env": { | 198 "env": { |
199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
200 "GYP_CHROMIUM_NO_ACTION": "1", | 200 "GYP_CHROMIUM_NO_ACTION": "1", |
201 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", | 201 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", |
202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
203 }, | 203 }, |
204 "name": "gclient runhooks" | 204 "name": "gclient runhooks" |
205 }, | 205 }, |
206 { | 206 { |
207 "cmd": [ | 207 "cmd": [ |
208 "python", | 208 "python", |
209 "-u", | 209 "-u", |
210 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py", | 210 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
211 "gen", | 211 "gen", |
212 "-m", | 212 "-m", |
213 "client.v8.fyi", | 213 "client.v8.fyi", |
214 "-b", | 214 "-b", |
215 "V8-Blink Linux 64", | 215 "V8-Blink Linux 64", |
216 "--config-file", | 216 "--config-file", |
217 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl", | 217 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
218 "--goma-dir", | 218 "--goma-dir", |
219 "[CACHE]/cipd/goma", | 219 "[CACHE]/cipd/goma", |
220 "//out/Release" | 220 "//out/Release" |
221 ], | 221 ], |
222 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 222 "cwd": "[SLAVE_BUILD]/src", |
223 "env": { | 223 "env": { |
224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
225 }, | 225 }, |
226 "name": "generate_build_files (with patch)" | 226 "name": "generate_build_files (with patch)" |
227 }, | 227 }, |
228 { | 228 { |
229 "cmd": [ | 229 "cmd": [ |
230 "python", | 230 "python", |
231 "-u", | 231 "-u", |
232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
233 "--show-path", | 233 "--show-path", |
234 "python", | 234 "python", |
235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
236 "--gsutil-py-path", | 236 "--gsutil-py-path", |
237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
238 "--ninja-path", | 238 "--ninja-path", |
239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
240 "--target", | 240 "--target", |
241 "Release", | 241 "Release", |
242 "--src-dir", | 242 "--src-dir", |
243 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 243 "[SLAVE_BUILD]/src", |
244 "--goma-cache-dir", | 244 "--goma-cache-dir", |
245 "[GOMA_CACHE]", | 245 "[GOMA_CACHE]", |
246 "--goma-deps-cache-dir", | 246 "--goma-deps-cache-dir", |
247 "[GOMA_DEPS_CACHE]", | 247 "[GOMA_DEPS_CACHE]", |
248 "--compiler", | 248 "--compiler", |
249 "goma", | 249 "goma", |
250 "--goma-jsonstatus", | 250 "--goma-jsonstatus", |
251 "/path/to/tmp/json", | 251 "/path/to/tmp/json", |
252 "--goma-service-account-json-file", | 252 "--goma-service-account-json-file", |
253 "/creds/service_accounts/service-account-goma-client.json", | 253 "/creds/service_accounts/service-account-goma-client.json", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 "--builder-name=V8-Blink Linux 64", | 303 "--builder-name=V8-Blink Linux 64", |
304 "--slave-name=TestSlavename", | 304 "--slave-name=TestSlavename", |
305 "--build-number=571", | 305 "--build-number=571", |
306 "--run-python-script", | 306 "--run-python-script", |
307 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 307 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
308 "--target", | 308 "--target", |
309 "Release", | 309 "Release", |
310 "-o", | 310 "-o", |
311 "[SLAVE_BUILD]/layout-test-results", | 311 "[SLAVE_BUILD]/layout-test-results", |
312 "--build-dir", | 312 "--build-dir", |
313 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", | 313 "[SLAVE_BUILD]/src/out", |
314 "--json-test-results", | 314 "--json-test-results", |
315 "/path/to/tmp/json", | 315 "/path/to/tmp/json", |
316 "--test-results-server", | 316 "--test-results-server", |
317 "test-results.appspot.com", | 317 "test-results.appspot.com", |
318 "--build-number", | 318 "--build-number", |
319 "571", | 319 "571", |
320 "--builder-name", | 320 "--builder-name", |
321 "V8-Blink Linux 64", | 321 "V8-Blink Linux 64", |
322 "--step-name", | 322 "--step-name", |
323 "webkit_tests (with patch)", | 323 "webkit_tests (with patch)", |
324 "--no-pixel-tests", | 324 "--no-pixel-tests", |
325 "--additional-expectations", | 325 "--additional-expectations", |
326 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio
ns" | 326 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" |
327 ], | 327 ], |
328 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", | 328 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
329 "name": "webkit_tests (with patch)", | 329 "name": "webkit_tests (with patch)", |
330 "~followup_annotations": [ | 330 "~followup_annotations": [ |
331 "step returned non-zero exit code: 130", | 331 "step returned non-zero exit code: 130", |
332 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", | 332 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", |
333 "@@@STEP_FAILURE@@@" | 333 "@@@STEP_FAILURE@@@" |
334 ] | 334 ] |
335 }, | 335 }, |
336 { | 336 { |
337 "cmd": [ | 337 "cmd": [ |
338 "python", | 338 "python", |
339 "-u", | 339 "-u", |
340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
341 "--results-dir", | 341 "--results-dir", |
342 "[SLAVE_BUILD]/layout-test-results", | 342 "[SLAVE_BUILD]/layout-test-results", |
343 "--build-dir", | 343 "--build-dir", |
344 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", | 344 "[SLAVE_BUILD]/src/out", |
345 "--build-number", | 345 "--build-number", |
346 "571", | 346 "571", |
347 "--builder-name", | 347 "--builder-name", |
348 "V8-Blink Linux 64", | 348 "V8-Blink Linux 64", |
349 "--gs-bucket", | 349 "--gs-bucket", |
350 "gs://chromium-layout-test-archives", | 350 "gs://chromium-layout-test-archives", |
351 "--staging-dir", | 351 "--staging-dir", |
352 "[CACHE]/chrome_staging" | 352 "[CACHE]/chrome_staging" |
353 ], | 353 ], |
354 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", | 354 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
(...skipping 17 matching lines...) Expand all Loading... |
372 "@@@STEP_FAILURE@@@" | 372 "@@@STEP_FAILURE@@@" |
373 ] | 373 ] |
374 }, | 374 }, |
375 { | 375 { |
376 "name": "$result", | 376 "name": "$result", |
377 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 377 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
378 "recipe_result": null, | 378 "recipe_result": null, |
379 "status_code": 1 | 379 "status_code": 1 |
380 } | 380 } |
381 ] | 381 ] |
OLD | NEW |