| 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 = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals
e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os
= ['llvm']" | 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals
e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os
= ['llvm']" |
| 10 ], | 10 ], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", | 88 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", |
| 89 "--gerrit_repo", | 89 "--gerrit_repo", |
| 90 "skia", | 90 "skia", |
| 91 "--gerrit_ref", | 91 "--gerrit_ref", |
| 92 "refs/changes/00/2100/2", | 92 "refs/changes/00/2100/2", |
| 93 "--root", | 93 "--root", |
| 94 "[SLAVE_BUILD]/skia", | 94 "[SLAVE_BUILD]/skia" |
| 95 "--gerrit_rebase_patch_ref" | |
| 96 ], | 95 ], |
| 97 "env": { | 96 "env": { |
| 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 99 }, | 98 }, |
| 100 "name": "apply_gerrit" | 99 "name": "apply_gerrit" |
| 101 }, | 100 }, |
| 102 { | 101 { |
| 103 "cmd": [ | 102 "cmd": [ |
| 104 "python", | 103 "python", |
| 105 "-u", | 104 "-u", |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 648 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 650 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 649 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 651 ] | 650 ] |
| 652 }, | 651 }, |
| 653 { | 652 { |
| 654 "name": "$result", | 653 "name": "$result", |
| 655 "recipe_result": null, | 654 "recipe_result": null, |
| 656 "status_code": 0 | 655 "status_code": 0 |
| 657 } | 656 } |
| 658 ] | 657 ] |
| OLD | NEW |