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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 415 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
416 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 416 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
417 "@@@STEP_LOG_END@python.inline@@@" | 417 "@@@STEP_LOG_END@python.inline@@@" |
418 ] | 418 ] |
419 }, | 419 }, |
420 { | 420 { |
421 "cmd": [ | 421 "cmd": [ |
422 "python", | 422 "python", |
423 "-u", | 423 "-u", |
424 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 424 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
425 "{\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}", | |
426 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
427 ], | |
428 "name": "Write isolate_gsutil.isolated.gen.json" | |
429 }, | |
430 { | |
431 "cmd": [ | |
432 "python", | |
433 "-u", | |
434 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
435 "[SLAVE_BUILD]/swarming.client", | |
436 "batcharchive", | |
437 "--dump-json", | |
438 "/path/to/tmp/json", | |
439 "--isolate-server", | |
440 "https://isolateserver.appspot.com", | |
441 "--verbose", | |
442 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
443 ], | |
444 "name": "isolate tests (2)", | |
445 "~followup_annotations": [ | |
446 "@@@STEP_LOG_LINE@json.output@{@@@", | |
447 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", | |
448 "@@@STEP_LOG_LINE@json.output@}@@@", | |
449 "@@@STEP_LOG_END@json.output@@@", | |
450 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" | |
451 ] | |
452 }, | |
453 { | |
454 "cmd": [ | |
455 "python", | |
456 "-u", | |
457 "\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", | |
458 "[SLAVE_BUILD]/swarming_temp_dir", | |
459 "511" | |
460 ], | |
461 "name": "makedirs swarming tmp dir (3)", | |
462 "~followup_annotations": [ | |
463 "@@@STEP_LOG_LINE@python.inline@@@@", | |
464 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
465 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
466 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
467 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
468 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
469 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
470 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
471 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
472 "@@@STEP_LOG_END@python.inline@@@" | |
473 ] | |
474 }, | |
475 { | |
476 "cmd": [ | |
477 "python", | |
478 "-u", | |
479 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
480 "{\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 \"Mac\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bl
acklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORK
DIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"
BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \
"version\": 1\n}", | 425 "{\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 \"Mac\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bl
acklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORK
DIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"
BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \
"version\": 1\n}", |
481 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 426 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
482 ], | 427 ], |
483 "name": "Write compile_skia.isolated.gen.json" | 428 "name": "Write compile_skia.isolated.gen.json" |
484 }, | 429 }, |
485 { | 430 { |
486 "cmd": [ | 431 "cmd": [ |
487 "python", | 432 "python", |
488 "-u", | 433 "-u", |
489 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 434 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
490 "[SLAVE_BUILD]/swarming.client", | 435 "[SLAVE_BUILD]/swarming.client", |
491 "batcharchive", | 436 "batcharchive", |
492 "--dump-json", | 437 "--dump-json", |
493 "/path/to/tmp/json", | 438 "/path/to/tmp/json", |
494 "--isolate-server", | 439 "--isolate-server", |
495 "https://isolateserver.appspot.com", | 440 "https://isolateserver.appspot.com", |
496 "--verbose", | 441 "--verbose", |
497 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 442 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
498 ], | 443 ], |
499 "name": "isolate tests (3)", | 444 "name": "isolate tests (2)", |
500 "~followup_annotations": [ | 445 "~followup_annotations": [ |
501 "@@@STEP_LOG_LINE@json.output@{@@@", | 446 "@@@STEP_LOG_LINE@json.output@{@@@", |
502 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 447 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
503 "@@@STEP_LOG_LINE@json.output@}@@@", | 448 "@@@STEP_LOG_LINE@json.output@}@@@", |
504 "@@@STEP_LOG_END@json.output@@@", | 449 "@@@STEP_LOG_END@json.output@@@", |
505 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 450 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
506 ] | 451 ] |
507 }, | 452 }, |
508 { | 453 { |
509 "cmd": [ | 454 "cmd": [ |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 "@@@STEP_LOG_END@json.output@@@", | 625 "@@@STEP_LOG_END@json.output@@@", |
681 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 626 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
682 ] | 627 ] |
683 }, | 628 }, |
684 { | 629 { |
685 "name": "$result", | 630 "name": "$result", |
686 "recipe_result": null, | 631 "recipe_result": null, |
687 "status_code": 0 | 632 "status_code": 0 |
688 } | 633 } |
689 ] | 634 ] |
OLD | NEW |