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 shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 401 "[SLAVE_BUILD]/skia/infra/bots/win_toolchain_hash.json", |
| 402 "/path/to/tmp/" |
| 403 ], |
| 404 "name": "Read win_toolchain_hash.json" |
| 405 }, |
| 406 { |
| 407 "cmd": [ |
| 408 "python", |
| 409 "-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", | 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", |
401 "[SLAVE_BUILD]/swarming_temp_dir", | 411 "[SLAVE_BUILD]/swarming_temp_dir", |
402 "511" | 412 "511" |
403 ], | 413 ], |
404 "name": "makedirs swarming tmp dir (2)", | 414 "name": "makedirs swarming tmp dir (2)", |
405 "~followup_annotations": [ | 415 "~followup_annotations": [ |
406 "@@@STEP_LOG_LINE@python.inline@@@@", | 416 "@@@STEP_LOG_LINE@python.inline@@@@", |
407 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 417 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
408 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 418 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
409 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 419 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
410 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 420 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
411 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 421 "@@@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@@@", | 422 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
413 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 423 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
414 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 424 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
415 "@@@STEP_LOG_END@python.inline@@@" | 425 "@@@STEP_LOG_END@python.inline@@@" |
416 ] | 426 ] |
417 }, | 427 }, |
418 { | 428 { |
419 "cmd": [ | 429 "cmd": [ |
420 "python", | 430 "python", |
421 "-u", | 431 "-u", |
422 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 432 "\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", | |
455 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
456 "[SLAVE_BUILD]/skia/infra/bots/win_toolchain_hash.json", | |
457 "/path/to/tmp/" | |
458 ], | |
459 "name": "Read win_toolchain_hash.json" | |
460 }, | |
461 { | |
462 "cmd": [ | |
463 "python", | |
464 "-u", | |
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", | |
466 "[SLAVE_BUILD]/swarming_temp_dir", | |
467 "511" | |
468 ], | |
469 "name": "makedirs swarming tmp dir (3)", | |
470 "~followup_annotations": [ | |
471 "@@@STEP_LOG_LINE@python.inline@@@@", | |
472 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
473 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
474 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
475 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
476 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
477 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
478 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
479 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
480 "@@@STEP_LOG_END@python.inline@@@" | |
481 ] | |
482 }, | |
483 { | |
484 "cmd": [ | |
485 "python", | |
486 "-u", | |
487 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
488 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"Windows\", \n \"--blacklist\"
, \n \".git\", \n \"--blacklist\", \n \"out\", \n \"
--blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"
WORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", | 433 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"Windows\", \n \"--blacklist\"
, \n \".git\", \n \"--blacklist\", \n \"out\", \n \"
--blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"
WORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", |
489 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 434 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
490 ], | 435 ], |
491 "name": "Write compile_skia.isolated.gen.json" | 436 "name": "Write compile_skia.isolated.gen.json" |
492 }, | 437 }, |
493 { | 438 { |
494 "cmd": [ | 439 "cmd": [ |
495 "python", | 440 "python", |
496 "-u", | 441 "-u", |
497 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 442 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
498 "[SLAVE_BUILD]/swarming.client", | 443 "[SLAVE_BUILD]/swarming.client", |
499 "batcharchive", | 444 "batcharchive", |
500 "--dump-json", | 445 "--dump-json", |
501 "/path/to/tmp/json", | 446 "/path/to/tmp/json", |
502 "--isolate-server", | 447 "--isolate-server", |
503 "https://isolateserver.appspot.com", | 448 "https://isolateserver.appspot.com", |
504 "--verbose", | 449 "--verbose", |
505 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 450 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
506 ], | 451 ], |
507 "name": "isolate tests (3)", | 452 "name": "isolate tests (2)", |
508 "~followup_annotations": [ | 453 "~followup_annotations": [ |
509 "@@@STEP_LOG_LINE@json.output@{@@@", | 454 "@@@STEP_LOG_LINE@json.output@{@@@", |
510 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 455 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
511 "@@@STEP_LOG_LINE@json.output@}@@@", | 456 "@@@STEP_LOG_LINE@json.output@}@@@", |
512 "@@@STEP_LOG_END@json.output@@@", | 457 "@@@STEP_LOG_END@json.output@@@", |
513 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 458 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
514 ] | 459 ] |
515 }, | 460 }, |
516 { | 461 { |
517 "cmd": [ | 462 "cmd": [ |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 "@@@STEP_LOG_END@json.output@@@", | 634 "@@@STEP_LOG_END@json.output@@@", |
690 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 635 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
691 ] | 636 ] |
692 }, | 637 }, |
693 { | 638 { |
694 "name": "$result", | 639 "name": "$result", |
695 "recipe_result": null, | 640 "recipe_result": null, |
696 "status_code": 0 | 641 "status_code": 0 |
697 } | 642 } |
698 ] | 643 ] |
OLD | NEW |