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