| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_
file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles
ource.com/chromium/src.git'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'
deps_file': '.DEPS.git', 'managed': False, 'name': 'src', 'url': 'https://chromi
um.googlesource.com/chromium/src.git'}]" |
| 10 ], | 10 ], |
| 11 "env": { | 11 "env": { |
| 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 13 }, | 13 }, |
| 14 "name": "gclient setup" | 14 "name": "gclient setup" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "cmd": [ | 17 "cmd": [ |
| 18 "python", | 18 "python", |
| 19 "-u", | 19 "-u", |
| 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 21 "sync", | 21 "sync", |
| 22 "--verbose", |
| 23 "--with_branch_heads", |
| 22 "--nohooks", | 24 "--nohooks", |
| 25 "-j8", |
| 26 "--reset", |
| 23 "--force", | 27 "--force", |
| 24 "--verbose", | 28 "--upstream", |
| 29 "--no-nag-max", |
| 25 "--delete_unversioned_trees", | 30 "--delete_unversioned_trees", |
| 26 "--revision", | 31 "--revision", |
| 27 "skia@abc123", | 32 "skia@abc123", |
| 28 "--revision", | 33 "--revision", |
| 29 "src@origin/master", | 34 "src@origin/master", |
| 30 "--output-json", | 35 "--output-json", |
| 31 "/path/to/tmp/json" | 36 "/path/to/tmp/json" |
| 32 ], | 37 ], |
| 33 "env": { | 38 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 40 }, |
| 36 "name": "gclient sync", | 41 "name": "gclient sync", |
| 37 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ }@@@", | 50 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ }@@@", | 51 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@}@@@", | 52 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 48 "@@@STEP_LOG_END@json.output@@@", | 53 "@@@STEP_LOG_END@json.output@@@", |
| 49 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 54 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 50 ] | 55 ] |
| 51 }, | 56 }, |
| 52 { | 57 { |
| 53 "cmd": [ | 58 "cmd": [ |
| 54 "python", | 59 "python", |
| 55 "-u", | 60 "-u", |
| 61 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 62 "recurse", |
| 63 "git", |
| 64 "config", |
| 65 "user.name", |
| 66 "local_bot" |
| 67 ], |
| 68 "env": { |
| 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 70 }, |
| 71 "name": "gclient recurse (git config user.name)" |
| 72 }, |
| 73 { |
| 74 "cmd": [ |
| 75 "python", |
| 76 "-u", |
| 77 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 78 "recurse", |
| 79 "git", |
| 80 "config", |
| 81 "user.email", |
| 82 "local_bot@example.com" |
| 83 ], |
| 84 "env": { |
| 85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 86 }, |
| 87 "name": "gclient recurse (git config user.email)" |
| 88 }, |
| 89 { |
| 90 "cmd": [ |
| 91 "python", |
| 92 "-u", |
| 56 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 93 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 57 "--path", | 94 "--path", |
| 58 "[SLAVE_BUILD]/swarming.client", | 95 "[SLAVE_BUILD]/swarming.client", |
| 59 "--url", | 96 "--url", |
| 60 "https://chromium.googlesource.com/external/swarming.client.git" | 97 "https://chromium.googlesource.com/external/swarming.client.git" |
| 61 ], | 98 ], |
| 62 "name": "git setup (swarming_client)" | 99 "name": "git setup (swarming_client)" |
| 63 }, | 100 }, |
| 64 { | 101 { |
| 65 "cmd": [ | 102 "cmd": [ |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 362 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 326 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 363 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 327 "@@@STEP_LOG_END@python.inline@@@" | 364 "@@@STEP_LOG_END@python.inline@@@" |
| 328 ] | 365 ] |
| 329 }, | 366 }, |
| 330 { | 367 { |
| 331 "cmd": [ | 368 "cmd": [ |
| 332 "python", | 369 "python", |
| 333 "-u", | 370 "-u", |
| 334 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 371 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 335 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710,
\n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n
\"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", | 372 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e
2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOO
L_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\",
\n \"version\": 1\n}", |
| 336 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 373 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
| 337 ], | 374 ], |
| 338 "name": "Write ct-dm-1.isolated.gen.json" | 375 "name": "Write ct-dm-1.isolated.gen.json" |
| 339 }, | 376 }, |
| 340 { | 377 { |
| 341 "cmd": [ | 378 "cmd": [ |
| 342 "python", | 379 "python", |
| 343 "-u", | 380 "-u", |
| 344 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 381 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 345 "[SLAVE_BUILD]/skps/slave2" | 382 "[SLAVE_BUILD]/skps/slave2" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 457 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 421 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 458 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 422 "@@@STEP_LOG_END@python.inline@@@" | 459 "@@@STEP_LOG_END@python.inline@@@" |
| 423 ] | 460 ] |
| 424 }, | 461 }, |
| 425 { | 462 { |
| 426 "cmd": [ | 463 "cmd": [ |
| 427 "python", | 464 "python", |
| 428 "-u", | 465 "-u", |
| 429 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 466 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 430 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710,
\n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n
\"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", | 467 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e
2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOO
L_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\",
\n \"version\": 1\n}", |
| 431 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" | 468 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" |
| 432 ], | 469 ], |
| 433 "name": "Write ct-dm-2.isolated.gen.json" | 470 "name": "Write ct-dm-2.isolated.gen.json" |
| 434 }, | 471 }, |
| 435 { | 472 { |
| 436 "cmd": [ | 473 "cmd": [ |
| 437 "python", | 474 "python", |
| 438 "-u", | 475 "-u", |
| 439 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 476 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 440 "[SLAVE_BUILD]/skps/slave3" | 477 "[SLAVE_BUILD]/skps/slave3" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 552 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 516 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 553 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 517 "@@@STEP_LOG_END@python.inline@@@" | 554 "@@@STEP_LOG_END@python.inline@@@" |
| 518 ] | 555 ] |
| 519 }, | 556 }, |
| 520 { | 557 { |
| 521 "cmd": [ | 558 "cmd": [ |
| 522 "python", | 559 "python", |
| 523 "-u", | 560 "-u", |
| 524 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 561 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 525 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710,
\n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n
\"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", | 562 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e
2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOO
L_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\",
\n \"version\": 1\n}", |
| 526 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" | 563 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" |
| 527 ], | 564 ], |
| 528 "name": "Write ct-dm-3.isolated.gen.json" | 565 "name": "Write ct-dm-3.isolated.gen.json" |
| 529 }, | 566 }, |
| 530 { | 567 { |
| 531 "cmd": [ | 568 "cmd": [ |
| 532 "python", | 569 "python", |
| 533 "-u", | 570 "-u", |
| 534 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 571 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 535 "[SLAVE_BUILD]/skps/slave4" | 572 "[SLAVE_BUILD]/skps/slave4" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 647 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 611 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 648 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 612 "@@@STEP_LOG_END@python.inline@@@" | 649 "@@@STEP_LOG_END@python.inline@@@" |
| 613 ] | 650 ] |
| 614 }, | 651 }, |
| 615 { | 652 { |
| 616 "cmd": [ | 653 "cmd": [ |
| 617 "python", | 654 "python", |
| 618 "-u", | 655 "-u", |
| 619 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 656 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 620 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710,
\n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n
\"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", | 657 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e
2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOO
L_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\",
\n \"version\": 1\n}", |
| 621 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" | 658 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" |
| 622 ], | 659 ], |
| 623 "name": "Write ct-dm-4.isolated.gen.json" | 660 "name": "Write ct-dm-4.isolated.gen.json" |
| 624 }, | 661 }, |
| 625 { | 662 { |
| 626 "cmd": [ | 663 "cmd": [ |
| 627 "python", | 664 "python", |
| 628 "-u", | 665 "-u", |
| 629 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 666 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 630 "[SLAVE_BUILD]/skps/slave5" | 667 "[SLAVE_BUILD]/skps/slave5" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 742 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 706 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 743 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 707 "@@@STEP_LOG_END@python.inline@@@" | 744 "@@@STEP_LOG_END@python.inline@@@" |
| 708 ] | 745 ] |
| 709 }, | 746 }, |
| 710 { | 747 { |
| 711 "cmd": [ | 748 "cmd": [ |
| 712 "python", | 749 "python", |
| 713 "-u", | 750 "-u", |
| 714 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 751 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 715 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710,
\n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n
\"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", | 752 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S
KPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e
2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOO
L_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\",
\n \"version\": 1\n}", |
| 716 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" | 753 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" |
| 717 ], | 754 ], |
| 718 "name": "Write ct-dm-5.isolated.gen.json" | 755 "name": "Write ct-dm-5.isolated.gen.json" |
| 719 }, | 756 }, |
| 720 { | 757 { |
| 721 "cmd": [ | 758 "cmd": [ |
| 722 "python", | 759 "python", |
| 723 "-u", | 760 "-u", |
| 724 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 761 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 725 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"10k\"}", | 762 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"10k\"}", |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1373 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1410 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1374 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1411 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1375 ] | 1412 ] |
| 1376 }, | 1413 }, |
| 1377 { | 1414 { |
| 1378 "name": "$result", | 1415 "name": "$result", |
| 1379 "recipe_result": null, | 1416 "recipe_result": null, |
| 1380 "status_code": 0 | 1417 "status_code": 0 |
| 1381 } | 1418 } |
| 1382 ] | 1419 ] |
| OLD | NEW |