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'}]", | 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'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@", | 47 "@@@STEP_LOG_END@json.output@@@", |
48 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 48 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
50 ] | 50 ] |
51 }, | 51 }, |
52 { | 52 { |
| 53 "cmd": [ |
| 54 "python", |
| 55 "-u", |
| 56 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 57 "--show-path", |
| 58 "python", |
| 59 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 60 ], |
| 61 "name": "cleanup_temp" |
| 62 }, |
| 63 { |
53 "cmd": [], | 64 "cmd": [], |
54 "name": "ensure_goma" | 65 "name": "ensure_goma" |
55 }, | 66 }, |
56 { | 67 { |
57 "cmd": [ | 68 "cmd": [ |
58 "python", | 69 "python", |
59 "-u", | 70 "-u", |
60 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 71 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
61 "--platform", | 72 "--platform", |
62 "linux-amd64", | 73 "linux-amd64", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "libyuv_unittest" | 195 "libyuv_unittest" |
185 ], | 196 ], |
186 "name": "libyuv_unittest" | 197 "name": "libyuv_unittest" |
187 }, | 198 }, |
188 { | 199 { |
189 "name": "$result", | 200 "name": "$result", |
190 "recipe_result": null, | 201 "recipe_result": null, |
191 "status_code": 0 | 202 "status_code": 0 |
192 } | 203 } |
193 ] | 204 ] |
OLD | NEW |