OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]\ntarget_os = ['ios', 'mac']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]\ntarget_os = ['ios', 'mac']", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
52 "@@@STEP_LOG_LINE@json.output@}@@@", | 52 "@@@STEP_LOG_LINE@json.output@}@@@", |
53 "@@@STEP_LOG_END@json.output@@@", | 53 "@@@STEP_LOG_END@json.output@@@", |
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
56 ] | 56 ] |
57 }, | 57 }, |
58 { | 58 { |
| 59 "cmd": [ |
| 60 "python", |
| 61 "-u", |
| 62 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 63 "--show-path", |
| 64 "python", |
| 65 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 66 ], |
| 67 "name": "cleanup_temp" |
| 68 }, |
| 69 { |
59 "cmd": [], | 70 "cmd": [], |
60 "name": "ensure_goma" | 71 "name": "ensure_goma" |
61 }, | 72 }, |
62 { | 73 { |
63 "cmd": [ | 74 "cmd": [ |
64 "python", | 75 "python", |
65 "-u", | 76 "-u", |
66 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 77 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
67 "--platform", | 78 "--platform", |
68 "mac-386", | 79 "mac-386", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
198 "@@@STEP_LOG_END@json.output (invalid)@@@" | 209 "@@@STEP_LOG_END@json.output (invalid)@@@" |
199 ] | 210 ] |
200 }, | 211 }, |
201 { | 212 { |
202 "name": "$result", | 213 "name": "$result", |
203 "recipe_result": null, | 214 "recipe_result": null, |
204 "status_code": 0 | 215 "status_code": 0 |
205 } | 216 } |
206 ] | 217 ] |
OLD | NEW |