OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
391 "@@@STEP_LOG_LINE@json.output@}@@@", | 391 "@@@STEP_LOG_LINE@json.output@}@@@", |
392 "@@@STEP_LOG_END@json.output@@@", | 392 "@@@STEP_LOG_END@json.output@@@", |
393 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 393 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
394 ] | 394 ] |
395 }, | 395 }, |
396 { | 396 { |
397 "cmd": [ | 397 "cmd": [ |
398 "python", | 398 "python", |
399 "-u", | 399 "-u", |
| 400 "\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", |
| 401 "[SLAVE_BUILD]/swarming_temp_dir", |
| 402 "511" |
| 403 ], |
| 404 "name": "makedirs swarming tmp dir (2)", |
| 405 "~followup_annotations": [ |
| 406 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 407 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 408 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 409 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 410 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 411 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 412 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 413 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 414 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 415 "@@@STEP_LOG_END@python.inline@@@" |
| 416 ] |
| 417 }, |
| 418 { |
| 419 "cmd": [ |
| 420 "python", |
| 421 "-u", |
| 422 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 423 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/gsutil.isolate\", \n \"--isolated\", \n \"[SLAVE_
BUILD]/swarming_temp_dir/skia-task-isolate_gsutil.isolated\", \n \"--conf
ig-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\": \"[B
UILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
| 424 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" |
| 425 ], |
| 426 "name": "Write isolate_gsutil.isolated.gen.json" |
| 427 }, |
| 428 { |
| 429 "cmd": [ |
| 430 "python", |
| 431 "-u", |
| 432 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 433 "[SLAVE_BUILD]/swarming.client", |
| 434 "batcharchive", |
| 435 "--dump-json", |
| 436 "/path/to/tmp/json", |
| 437 "--isolate-server", |
| 438 "https://isolateserver.appspot.com", |
| 439 "--verbose", |
| 440 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" |
| 441 ], |
| 442 "name": "isolate tests (2)", |
| 443 "~followup_annotations": [ |
| 444 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 445 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", |
| 446 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 447 "@@@STEP_LOG_END@json.output@@@", |
| 448 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" |
| 449 ] |
| 450 }, |
| 451 { |
| 452 "cmd": [ |
| 453 "python", |
| 454 "-u", |
400 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 455 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
401 "[SLAVE_BUILD]/skia/infra/bots/win_toolchain_hash.json", | 456 "[SLAVE_BUILD]/skia/infra/bots/win_toolchain_hash.json", |
402 "/path/to/tmp/" | 457 "/path/to/tmp/" |
403 ], | 458 ], |
404 "name": "Read win_toolchain_hash.json" | 459 "name": "Read win_toolchain_hash.json" |
405 }, | 460 }, |
406 { | 461 { |
407 "cmd": [ | 462 "cmd": [ |
408 "python", | 463 "python", |
409 "-u", | 464 "-u", |
410 "\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", | 465 "\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", |
411 "[SLAVE_BUILD]/swarming_temp_dir", | 466 "[SLAVE_BUILD]/swarming_temp_dir", |
412 "511" | 467 "511" |
413 ], | 468 ], |
414 "name": "makedirs swarming tmp dir (2)", | 469 "name": "makedirs swarming tmp dir (3)", |
415 "~followup_annotations": [ | 470 "~followup_annotations": [ |
416 "@@@STEP_LOG_LINE@python.inline@@@@", | 471 "@@@STEP_LOG_LINE@python.inline@@@@", |
417 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 472 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
418 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 473 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
419 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 474 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
420 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 475 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
421 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 476 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
422 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 477 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
423 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 478 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
424 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 479 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
442 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 497 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
443 "[SLAVE_BUILD]/swarming.client", | 498 "[SLAVE_BUILD]/swarming.client", |
444 "batcharchive", | 499 "batcharchive", |
445 "--dump-json", | 500 "--dump-json", |
446 "/path/to/tmp/json", | 501 "/path/to/tmp/json", |
447 "--isolate-server", | 502 "--isolate-server", |
448 "https://isolateserver.appspot.com", | 503 "https://isolateserver.appspot.com", |
449 "--verbose", | 504 "--verbose", |
450 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 505 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
451 ], | 506 ], |
452 "name": "isolate tests (2)", | 507 "name": "isolate tests (3)", |
453 "~followup_annotations": [ | 508 "~followup_annotations": [ |
454 "@@@STEP_LOG_LINE@json.output@{@@@", | 509 "@@@STEP_LOG_LINE@json.output@{@@@", |
455 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
456 "@@@STEP_LOG_LINE@json.output@}@@@", | 511 "@@@STEP_LOG_LINE@json.output@}@@@", |
457 "@@@STEP_LOG_END@json.output@@@", | 512 "@@@STEP_LOG_END@json.output@@@", |
458 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 513 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
459 ] | 514 ] |
460 }, | 515 }, |
461 { | 516 { |
462 "cmd": [ | 517 "cmd": [ |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 "@@@STEP_LOG_END@json.output@@@", | 689 "@@@STEP_LOG_END@json.output@@@", |
635 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 690 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
636 ] | 691 ] |
637 }, | 692 }, |
638 { | 693 { |
639 "name": "$result", | 694 "name": "$result", |
640 "recipe_result": null, | 695 "recipe_result": null, |
641 "status_code": 0 | 696 "status_code": 0 |
642 } | 697 } |
643 ] | 698 ] |
OLD | NEW |