| 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'}]\ntarget
_os = ['llvm']" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "env": { | 11 "env": { |
| 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 14 }, | 13 }, |
| 15 "name": "gclient setup" | 14 "name": "gclient setup" |
| 16 }, | 15 }, |
| 17 { | 16 { |
| 18 "cmd": [ | 17 "cmd": [ |
| 19 "python", | 18 "python", |
| 20 "-u", | 19 "-u", |
| 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 22 "sync", | 21 "sync", |
| 23 "--nohooks", | 22 "--nohooks", |
| 24 "--force", | 23 "--force", |
| 25 "--verbose", | 24 "--verbose", |
| 26 "--delete_unversioned_trees", | 25 "--delete_unversioned_trees", |
| 27 "--revision", | 26 "--revision", |
| 28 "skia@origin/master", | 27 "skia@origin/master", |
| 29 "--output-json", | 28 "--output-json", |
| 30 "/path/to/tmp/json" | 29 "/path/to/tmp/json" |
| 31 ], | 30 ], |
| 32 "cwd": "[SLAVE_BUILD]", | |
| 33 "env": { | 31 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 33 }, |
| 36 "name": "gclient sync", | 34 "name": "gclient sync", |
| 37 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ }@@@", | 40 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" | 143 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" |
| 146 }, | 144 }, |
| 147 "name": "generate and upload binary size data" | 145 "name": "generate and upload binary size data" |
| 148 }, | 146 }, |
| 149 { | 147 { |
| 150 "name": "$result", | 148 "name": "$result", |
| 151 "recipe_result": null, | 149 "recipe_result": null, |
| 152 "status_code": 0 | 150 "status_code": 0 |
| 153 } | 151 } |
| 154 ] | 152 ] |
| OLD | NEW |