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