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: 5", | 331 "step returned non-zero exit code: 5", |
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 447 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
448 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 448 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
449 "@@@STEP_LOG_LINE@json.output@}@@@", | 449 "@@@STEP_LOG_LINE@json.output@}@@@", |
450 "@@@STEP_LOG_END@json.output@@@" | 450 "@@@STEP_LOG_END@json.output@@@" |
451 ] | 451 ] |
452 }, | 452 }, |
453 { | 453 { |
454 "cmd": [ | 454 "cmd": [ |
455 "python", | 455 "python", |
456 "-u", | 456 "-u", |
457 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py", | 457 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
458 "gen", | 458 "gen", |
459 "-m", | 459 "-m", |
460 "client.v8.fyi", | 460 "client.v8.fyi", |
461 "-b", | 461 "-b", |
462 "V8-Blink Linux 64", | 462 "V8-Blink Linux 64", |
463 "--config-file", | 463 "--config-file", |
464 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl", | 464 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
465 "--goma-dir", | 465 "--goma-dir", |
466 "[CACHE]/cipd/goma", | 466 "[CACHE]/cipd/goma", |
467 "//out/Release" | 467 "//out/Release" |
468 ], | 468 ], |
469 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 469 "cwd": "[SLAVE_BUILD]/src", |
470 "env": { | 470 "env": { |
471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
472 }, | 472 }, |
473 "name": "generate_build_files (without patch)" | 473 "name": "generate_build_files (without patch)" |
474 }, | 474 }, |
475 { | 475 { |
476 "cmd": [ | 476 "cmd": [ |
477 "python", | 477 "python", |
478 "-u", | 478 "-u", |
479 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 479 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
480 "--show-path", | 480 "--show-path", |
481 "python", | 481 "python", |
482 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 482 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
483 "--gsutil-py-path", | 483 "--gsutil-py-path", |
484 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 484 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
485 "--ninja-path", | 485 "--ninja-path", |
486 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 486 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
487 "--target", | 487 "--target", |
488 "Release", | 488 "Release", |
489 "--src-dir", | 489 "--src-dir", |
490 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 490 "[SLAVE_BUILD]/src", |
491 "--goma-cache-dir", | 491 "--goma-cache-dir", |
492 "[GOMA_CACHE]", | 492 "[GOMA_CACHE]", |
493 "--goma-deps-cache-dir", | 493 "--goma-deps-cache-dir", |
494 "[GOMA_DEPS_CACHE]", | 494 "[GOMA_DEPS_CACHE]", |
495 "--compiler", | 495 "--compiler", |
496 "goma", | 496 "goma", |
497 "--goma-jsonstatus", | 497 "--goma-jsonstatus", |
498 "/path/to/tmp/json", | 498 "/path/to/tmp/json", |
499 "--goma-service-account-json-file", | 499 "--goma-service-account-json-file", |
500 "/creds/service_accounts/service-account-goma-client.json", | 500 "/creds/service_accounts/service-account-goma-client.json", |
(...skipping 28 matching lines...) Expand all Loading... |
529 "--builder-name=V8-Blink Linux 64", | 529 "--builder-name=V8-Blink Linux 64", |
530 "--slave-name=TestSlavename", | 530 "--slave-name=TestSlavename", |
531 "--build-number=571", | 531 "--build-number=571", |
532 "--run-python-script", | 532 "--run-python-script", |
533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
534 "--target", | 534 "--target", |
535 "Release", | 535 "Release", |
536 "-o", | 536 "-o", |
537 "[SLAVE_BUILD]/layout-test-results", | 537 "[SLAVE_BUILD]/layout-test-results", |
538 "--build-dir", | 538 "--build-dir", |
539 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", | 539 "[SLAVE_BUILD]/src/out", |
540 "--json-test-results", | 540 "--json-test-results", |
541 "/path/to/tmp/json", | 541 "/path/to/tmp/json", |
542 "--test-results-server", | 542 "--test-results-server", |
543 "test-results.appspot.com", | 543 "test-results.appspot.com", |
544 "--build-number", | 544 "--build-number", |
545 "571", | 545 "571", |
546 "--builder-name", | 546 "--builder-name", |
547 "V8-Blink Linux 64", | 547 "V8-Blink Linux 64", |
548 "--step-name", | 548 "--step-name", |
549 "webkit_tests (without patch)", | 549 "webkit_tests (without patch)", |
550 "--no-pixel-tests", | 550 "--no-pixel-tests", |
551 "--additional-expectations", | 551 "--additional-expectations", |
552 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio
ns", | 552 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations", |
553 "--test-list", | 553 "--test-list", |
554 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", | 554 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", |
555 "--skipped", | 555 "--skipped", |
556 "always" | 556 "always" |
557 ], | 557 ], |
558 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", | 558 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
559 "name": "webkit_tests (without patch)", | 559 "name": "webkit_tests (without patch)", |
560 "~followup_annotations": [ | 560 "~followup_annotations": [ |
561 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 561 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
562 ] | 562 ] |
(...skipping 12 matching lines...) Expand all Loading... |
575 "@@@STEP_FAILURE@@@" | 575 "@@@STEP_FAILURE@@@" |
576 ] | 576 ] |
577 }, | 577 }, |
578 { | 578 { |
579 "name": "$result", | 579 "name": "$result", |
580 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 580 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
581 "recipe_result": null, | 581 "recipe_result": null, |
582 "status_code": 1 | 582 "status_code": 1 |
583 } | 583 } |
584 ] | 584 ] |
OLD | NEW |