| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 132 "runhooks" | 132 "runhooks" |
| 133 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]/src", | 134 "cwd": "[SLAVE_BUILD]/src", |
| 135 "env": { | 135 "env": { |
| 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 137 "GYP_CHROMIUM_NO_ACTION": "1", | 137 "GYP_CHROMIUM_NO_ACTION": "1", |
| 138 "GYP_CROSSCOMPILE": "1", | 138 "GYP_CROSSCOMPILE": "1", |
| 139 "GYP_DEFINES": "OS=ios clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", | 139 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 140 "GYP_GENERATORS": "ninja", | 140 "GYP_GENERATORS": "ninja", |
| 141 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 141 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 142 }, | 142 }, |
| 143 "name": "gclient runhooks" | 143 "name": "gclient runhooks" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "cmd": [ | 146 "cmd": [ |
| 147 "python", | 147 "python", |
| 148 "-u", | 148 "-u", |
| 149 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 149 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 224 "@@@STEP_LOG_END@json.output (invalid)@@@" | 224 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 225 ] | 225 ] |
| 226 }, | 226 }, |
| 227 { | 227 { |
| 228 "name": "$result", | 228 "name": "$result", |
| 229 "recipe_result": null, | 229 "recipe_result": null, |
| 230 "status_code": 0 | 230 "status_code": 0 |
| 231 } | 231 } |
| 232 ] | 232 ] |
| OLD | NEW |