| 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 27 matching lines...) Expand all Loading... |
| 38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[SLAVE_BUILD]/skia", |
| 39 "name": "git clean" | 39 "name": "git clean" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals
e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os
= ['llvm']" |
| 49 ], | 49 ], |
| 50 "env": { | 50 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 52 }, |
| 53 "name": "gclient setup" | 53 "name": "gclient setup" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "cmd": [ | 56 "cmd": [ |
| 57 "python", | 57 "python", |
| 58 "-u", | 58 "-u", |
| 59 "[BUILD]/scripts/slave/gclient_safe_revert.py", | |
| 60 ".", | |
| 61 "[DEPOT_TOOLS]/gclient" | |
| 62 ], | |
| 63 "name": "gclient revert" | |
| 64 }, | |
| 65 { | |
| 66 "cmd": [ | |
| 67 "python", | |
| 68 "-u", | |
| 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 70 "sync", | 60 "sync", |
| 61 "--verbose", |
| 62 "--with_branch_heads", |
| 71 "--nohooks", | 63 "--nohooks", |
| 64 "-j8", |
| 65 "--reset", |
| 72 "--force", | 66 "--force", |
| 73 "--verbose", | 67 "--upstream", |
| 68 "--no-nag-max", |
| 74 "--delete_unversioned_trees", | 69 "--delete_unversioned_trees", |
| 75 "--revision", | 70 "--revision", |
| 76 "skia@abc123", | 71 "skia@abc123", |
| 77 "--output-json", | 72 "--output-json", |
| 78 "/path/to/tmp/json" | 73 "/path/to/tmp/json" |
| 79 ], | 74 ], |
| 80 "env": { | 75 "env": { |
| 81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 82 }, | 77 }, |
| 83 "name": "gclient sync", | 78 "name": "gclient sync", |
| 84 "~followup_annotations": [ | 79 "~followup_annotations": [ |
| 85 "@@@STEP_LOG_LINE@json.output@{@@@", | 80 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ }@@@", | 84 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ }@@@", | 85 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 92 "@@@STEP_LOG_END@json.output@@@", | 87 "@@@STEP_LOG_END@json.output@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 88 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 94 ] | 89 ] |
| 95 }, | 90 }, |
| 96 { | 91 { |
| 97 "cmd": [ | 92 "cmd": [ |
| 98 "python", | 93 "python", |
| 99 "-u", | 94 "-u", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 96 "recurse", |
| 97 "git", |
| 98 "config", |
| 99 "user.name", |
| 100 "local_bot" |
| 101 ], |
| 102 "env": { |
| 103 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 104 }, |
| 105 "name": "gclient recurse (git config user.name)" |
| 106 }, |
| 107 { |
| 108 "cmd": [ |
| 109 "python", |
| 110 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "recurse", |
| 113 "git", |
| 114 "config", |
| 115 "user.email", |
| 116 "local_bot@example.com" |
| 117 ], |
| 118 "env": { |
| 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 120 }, |
| 121 "name": "gclient recurse (git config user.email)" |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 100 "[DEPOT_TOOLS]/apply_issue.py", | 127 "[DEPOT_TOOLS]/apply_issue.py", |
| 101 "-r", | 128 "-r", |
| 102 "[SLAVE_BUILD]/skia", | 129 "[SLAVE_BUILD]/skia", |
| 103 "-i", | 130 "-i", |
| 104 "500", | 131 "500", |
| 105 "-p", | 132 "-p", |
| 106 "1", | 133 "1", |
| 107 "-s", | 134 "-s", |
| 108 "https://codereview.chromium.org", | 135 "https://codereview.chromium.org", |
| 109 "--no-auth" | 136 "--no-auth" |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 "skia/swarm_compile", | 606 "skia/swarm_compile", |
| 580 "rietveld=https://codereview.chromium.org", | 607 "rietveld=https://codereview.chromium.org", |
| 581 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot", | 608 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot", |
| 582 "mastername=client.skia.compile", | 609 "mastername=client.skia.compile", |
| 583 "buildnumber=1", | 610 "buildnumber=1", |
| 584 "slavename=skiabot-dummy-compile-slave", | 611 "slavename=skiabot-dummy-compile-slave", |
| 585 "reason=Triggered by Skia swarm_trigger Recipe", | 612 "reason=Triggered by Skia swarm_trigger Recipe", |
| 586 "swarm_out_dir=${ISOLATED_OUTDIR}", | 613 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 587 "patchset=1", | 614 "patchset=1", |
| 588 "issue=500", | 615 "issue=500", |
| 589 "revision=164710" | 616 "revision=9046e2e693bb92a76e972b694580e5d17ad10748" |
| 590 ], | 617 ], |
| 591 "name": "[trigger] compile_skia on Ubuntu", | 618 "name": "[trigger] compile_skia on Ubuntu", |
| 592 "~followup_annotations": [ | 619 "~followup_annotations": [ |
| 593 "@@@STEP_LOG_LINE@json.output@{@@@", | 620 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 594 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Build-Ubuntu-GCC-x86_64-Release-Trybot/5\", @@@", | 621 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Build-Ubuntu-GCC-x86_64-Release-Trybot/5\", @@@", |
| 595 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 622 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 596 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt
u-GCC-x86_64-Release-Trybot/5\": {@@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt
u-GCC-x86_64-Release-Trybot/5\": {@@@", |
| 597 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 598 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 599 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 691 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 665 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 692 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 666 ] | 693 ] |
| 667 }, | 694 }, |
| 668 { | 695 { |
| 669 "name": "$result", | 696 "name": "$result", |
| 670 "recipe_result": null, | 697 "recipe_result": null, |
| 671 "status_code": 0 | 698 "status_code": 0 |
| 672 } | 699 } |
| 673 ] | 700 ] |
| OLD | NEW |