| 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 "[BUILD]/scripts/slave/gclient_safe_revert.py", | |
| 21 ".", | |
| 22 "[DEPOT_TOOLS]/gclient" | |
| 23 ], | |
| 24 "name": "gclient revert" | |
| 25 }, | |
| 26 { | |
| 27 "cmd": [ | |
| 28 "python", | |
| 29 "-u", | |
| 30 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 31 "sync", | 21 "sync", |
| 22 "--verbose", |
| 23 "--with_branch_heads", |
| 32 "--nohooks", | 24 "--nohooks", |
| 25 "-j8", |
| 26 "--reset", |
| 33 "--force", | 27 "--force", |
| 34 "--verbose", | 28 "--upstream", |
| 29 "--no-nag-max", |
| 35 "--delete_unversioned_trees", | 30 "--delete_unversioned_trees", |
| 36 "--revision", | 31 "--revision", |
| 37 "skia@origin/master", | 32 "skia@origin/master", |
| 38 "--revision", | 33 "--revision", |
| 39 "src@origin/master", | 34 "src@origin/master", |
| 40 "--output-json", | 35 "--output-json", |
| 41 "/path/to/tmp/json" | 36 "/path/to/tmp/json" |
| 42 ], | 37 ], |
| 43 "env": { | 38 "env": { |
| 44 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 45 }, | 40 }, |
| 46 "name": "gclient sync", | 41 "name": "gclient sync", |
| 47 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 48 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ }@@@", | 50 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 56 "@@@STEP_LOG_LINE@json.output@ }@@@", | 51 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@}@@@", | 52 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 58 "@@@STEP_LOG_END@json.output@@@", | 53 "@@@STEP_LOG_END@json.output@@@", |
| 59 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 54 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 60 ] | 55 ] |
| 61 }, | 56 }, |
| 62 { | 57 { |
| 63 "cmd": [ | 58 "cmd": [ |
| 64 "python", | 59 "python", |
| 65 "-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", |
| 66 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 93 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 67 "--path", | 94 "--path", |
| 68 "[SLAVE_BUILD]/swarming.client", | 95 "[SLAVE_BUILD]/swarming.client", |
| 69 "--url", | 96 "--url", |
| 70 "https://chromium.googlesource.com/external/swarming.client.git" | 97 "https://chromium.googlesource.com/external/swarming.client.git" |
| 71 ], | 98 ], |
| 72 "name": "git setup (swarming_client)" | 99 "name": "git setup (swarming_client)" |
| 73 }, | 100 }, |
| 74 { | 101 { |
| 75 "cmd": [ | 102 "cmd": [ |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 382 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 356 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 383 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 357 "@@@STEP_LOG_END@python.inline@@@" | 384 "@@@STEP_LOG_END@python.inline@@@" |
| 358 ] | 385 ] |
| 359 }, | 386 }, |
| 360 { | 387 { |
| 361 "cmd": [ | 388 "cmd": [ |
| 362 "python", | 389 "python", |
| 363 "-u", | 390 "-u", |
| 364 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 391 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 365 "{\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-Trybot\", \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}", | 392 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chr
ome\", \n \"version\": 1\n}", |
| 366 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 393 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
| 367 ], | 394 ], |
| 368 "name": "Write ct-dm-1.isolated.gen.json" | 395 "name": "Write ct-dm-1.isolated.gen.json" |
| 369 }, | 396 }, |
| 370 { | 397 { |
| 371 "cmd": [ | 398 "cmd": [ |
| 372 "python", | 399 "python", |
| 373 "-u", | 400 "-u", |
| 374 "\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", | 401 "\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", |
| 375 "[SLAVE_BUILD]/skps/slave2" | 402 "[SLAVE_BUILD]/skps/slave2" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 477 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 451 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 478 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 452 "@@@STEP_LOG_END@python.inline@@@" | 479 "@@@STEP_LOG_END@python.inline@@@" |
| 453 ] | 480 ] |
| 454 }, | 481 }, |
| 455 { | 482 { |
| 456 "cmd": [ | 483 "cmd": [ |
| 457 "python", | 484 "python", |
| 458 "-u", | 485 "-u", |
| 459 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 486 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 460 "{\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-Trybot\", \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}", | 487 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chr
ome\", \n \"version\": 1\n}", |
| 461 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" | 488 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" |
| 462 ], | 489 ], |
| 463 "name": "Write ct-dm-2.isolated.gen.json" | 490 "name": "Write ct-dm-2.isolated.gen.json" |
| 464 }, | 491 }, |
| 465 { | 492 { |
| 466 "cmd": [ | 493 "cmd": [ |
| 467 "python", | 494 "python", |
| 468 "-u", | 495 "-u", |
| 469 "\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", | 496 "\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", |
| 470 "[SLAVE_BUILD]/skps/slave3" | 497 "[SLAVE_BUILD]/skps/slave3" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 572 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 546 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 573 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 547 "@@@STEP_LOG_END@python.inline@@@" | 574 "@@@STEP_LOG_END@python.inline@@@" |
| 548 ] | 575 ] |
| 549 }, | 576 }, |
| 550 { | 577 { |
| 551 "cmd": [ | 578 "cmd": [ |
| 552 "python", | 579 "python", |
| 553 "-u", | 580 "-u", |
| 554 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 581 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 555 "{\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-Trybot\", \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}", | 582 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chr
ome\", \n \"version\": 1\n}", |
| 556 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" | 583 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" |
| 557 ], | 584 ], |
| 558 "name": "Write ct-dm-3.isolated.gen.json" | 585 "name": "Write ct-dm-3.isolated.gen.json" |
| 559 }, | 586 }, |
| 560 { | 587 { |
| 561 "cmd": [ | 588 "cmd": [ |
| 562 "python", | 589 "python", |
| 563 "-u", | 590 "-u", |
| 564 "\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", | 591 "\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", |
| 565 "[SLAVE_BUILD]/skps/slave4" | 592 "[SLAVE_BUILD]/skps/slave4" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 667 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 641 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 668 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 642 "@@@STEP_LOG_END@python.inline@@@" | 669 "@@@STEP_LOG_END@python.inline@@@" |
| 643 ] | 670 ] |
| 644 }, | 671 }, |
| 645 { | 672 { |
| 646 "cmd": [ | 673 "cmd": [ |
| 647 "python", | 674 "python", |
| 648 "-u", | 675 "-u", |
| 649 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 676 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 650 "{\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-Trybot\", \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}", | 677 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chr
ome\", \n \"version\": 1\n}", |
| 651 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" | 678 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" |
| 652 ], | 679 ], |
| 653 "name": "Write ct-dm-4.isolated.gen.json" | 680 "name": "Write ct-dm-4.isolated.gen.json" |
| 654 }, | 681 }, |
| 655 { | 682 { |
| 656 "cmd": [ | 683 "cmd": [ |
| 657 "python", | 684 "python", |
| 658 "-u", | 685 "-u", |
| 659 "\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", | 686 "\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", |
| 660 "[SLAVE_BUILD]/skps/slave5" | 687 "[SLAVE_BUILD]/skps/slave5" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 762 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 736 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 763 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 737 "@@@STEP_LOG_END@python.inline@@@" | 764 "@@@STEP_LOG_END@python.inline@@@" |
| 738 ] | 765 ] |
| 739 }, | 766 }, |
| 740 { | 767 { |
| 741 "cmd": [ | 768 "cmd": [ |
| 742 "python", | 769 "python", |
| 743 "-u", | 770 "-u", |
| 744 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 771 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 745 "{\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-Trybot\", \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}", | 772 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chr
ome\", \n \"version\": 1\n}", |
| 746 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" | 773 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" |
| 747 ], | 774 ], |
| 748 "name": "Write ct-dm-5.isolated.gen.json" | 775 "name": "Write ct-dm-5.isolated.gen.json" |
| 749 }, | 776 }, |
| 750 { | 777 { |
| 751 "cmd": [ | 778 "cmd": [ |
| 752 "python", | 779 "python", |
| 753 "-u", | 780 "-u", |
| 754 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 781 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 755 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"10k\"}", | 782 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"10k\"}", |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1413 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1440 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1414 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1441 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1415 ] | 1442 ] |
| 1416 }, | 1443 }, |
| 1417 { | 1444 { |
| 1418 "name": "$result", | 1445 "name": "$result", |
| 1419 "recipe_result": null, | 1446 "recipe_result": null, |
| 1420 "status_code": 0 | 1447 "status_code": 0 |
| 1421 } | 1448 } |
| 1422 ] | 1449 ] |
| OLD | NEW |