| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 126 "runhooks" | 126 "runhooks" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]/src", | 128 "cwd": "[SLAVE_BUILD]/src", |
| 129 "env": { | 129 "env": { |
| 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", | 131 "GYP_CHROMIUM_NO_ACTION": "1", |
| 132 "GYP_CROSSCOMPILE": "1", | 132 "GYP_CROSSCOMPILE": "1", |
| 133 "GYP_DEFINES": "OS=android android_full_debug=1 component=static_library f
astbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1", | 133 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=ia32 use_goma=1", |
| 134 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 134 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 135 }, | 135 }, |
| 136 "name": "gclient runhooks" | 136 "name": "gclient runhooks" |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 "cmd": [ | 139 "cmd": [ |
| 140 "python", | 140 "python", |
| 141 "-u", | 141 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 143 "--root=[SLAVE_BUILD]/src", | 143 "--root=[SLAVE_BUILD]/src", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 193 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 194 "@@@STEP_LOG_END@json.output (invalid)@@@" | 194 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "name": "$result", | 198 "name": "$result", |
| 199 "recipe_result": null, | 199 "recipe_result": null, |
| 200 "status_code": 0 | 200 "status_code": 0 |
| 201 } | 201 } |
| 202 ] | 202 ] |
| OLD | NEW |