| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 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_CROSSCOMPILE": "1", | 132 "GYP_CROSSCOMPILE": "1", |
| 132 "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 android_full_debug=1 component=static_library f
astbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1", |
| 133 "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]" |
| 134 }, | 135 }, |
| 135 "name": "gclient runhooks" | 136 "name": "gclient runhooks" |
| 136 }, | 137 }, |
| 137 { | 138 { |
| 138 "cmd": [ | 139 "cmd": [ |
| 139 "python", | 140 "python", |
| 140 "-u", | 141 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 143 "--root=[SLAVE_BUILD]/src", |
| 144 "gen", |
| 145 "//out/Debug", |
| 146 "--args=android_full_debug=true is_component_build=false is_debug=true tar
get_os=\"android\" target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/cipd/goma
\"" |
| 147 ], |
| 148 "cwd": "[SLAVE_BUILD]/src", |
| 149 "name": "gn" |
| 150 }, |
| 151 { |
| 152 "cmd": [ |
| 153 "python", |
| 154 "-u", |
| 141 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 142 "--show-path", | 156 "--show-path", |
| 143 "python", | 157 "python", |
| 144 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 145 "--gsutil-py-path", | 159 "--gsutil-py-path", |
| 146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 147 "--ninja-path", | 161 "--ninja-path", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 162 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 149 "--target", | 163 "--target", |
| 150 "Debug", | 164 "Debug", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 193 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 180 "@@@STEP_LOG_END@json.output (invalid)@@@" | 194 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 181 ] | 195 ] |
| 182 }, | 196 }, |
| 183 { | 197 { |
| 184 "name": "$result", | 198 "name": "$result", |
| 185 "recipe_result": null, | 199 "recipe_result": null, |
| 186 "status_code": 0 | 200 "status_code": 0 |
| 187 } | 201 } |
| 188 ] | 202 ] |
| OLD | NEW |