| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 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", | |
| 138 "GYP_CROSSCOMPILE": "1", | 137 "GYP_CROSSCOMPILE": "1", |
| 139 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", | 138 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 140 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 141 }, | 140 }, |
| 142 "name": "gclient runhooks" | 141 "name": "gclient runhooks" |
| 143 }, | 142 }, |
| 144 { | 143 { |
| 145 "cmd": [ | 144 "cmd": [ |
| 146 "python", | 145 "python", |
| 147 "-u", | 146 "-u", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | |
| 149 "--root=[SLAVE_BUILD]/src", | |
| 150 "gen", | |
| 151 "//out/Release", | |
| 152 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[CACHE]/cipd/goma\"" | |
| 153 ], | |
| 154 "cwd": "[SLAVE_BUILD]/src", | |
| 155 "name": "gn" | |
| 156 }, | |
| 157 { | |
| 158 "cmd": [ | |
| 159 "python", | |
| 160 "-u", | |
| 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 147 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 162 "--show-path", | 148 "--show-path", |
| 163 "python", | 149 "python", |
| 164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 150 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 165 "--gsutil-py-path", | 151 "--gsutil-py-path", |
| 166 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 152 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 167 "--ninja-path", | 153 "--ninja-path", |
| 168 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 154 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 169 "--target", | 155 "--target", |
| 170 "Release", | 156 "Release", |
| 171 "--src-dir", | 157 "--src-dir", |
| 172 "[SLAVE_BUILD]/src", | 158 "[SLAVE_BUILD]/src", |
| 173 "--goma-cache-dir", | 159 "--goma-cache-dir", |
| 174 "[GOMA_CACHE]", | 160 "[GOMA_CACHE]", |
| 175 "--buildbot-buildername", | 161 "--buildbot-buildername", |
| 176 "android_gn_rel", | 162 "android_gyp_rel", |
| 177 "--buildbot-mastername", | 163 "--buildbot-mastername", |
| 178 "tryserver.libyuv", | 164 "tryserver.libyuv", |
| 179 "--buildbot-slavename", | 165 "--buildbot-slavename", |
| 180 "slavename", | 166 "slavename", |
| 181 "--goma-deps-cache-file", | 167 "--goma-deps-cache-file", |
| 182 "android_gn_rel.gomadeps", | 168 "android_gyp_rel.gomadeps", |
| 183 "--compiler", | 169 "--compiler", |
| 184 "goma", | 170 "goma", |
| 185 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
| 186 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
| 187 "--goma-service-account-json-file", | 173 "--goma-service-account-json-file", |
| 188 "/creds/service_accounts/service-account-goma-client.json", | 174 "/creds/service_accounts/service-account-goma-client.json", |
| 189 "--goma-dir", | 175 "--goma-dir", |
| 190 "[CACHE]/cipd/goma", | 176 "[CACHE]/cipd/goma", |
| 191 "--goma-fail-fast", | 177 "--goma-fail-fast", |
| 192 "--goma-disable-local-fallback", | 178 "--goma-disable-local-fallback", |
| 193 "--", | 179 "--" |
| 194 "all" | |
| 195 ], | 180 ], |
| 196 "env": { | 181 "env": { |
| 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 198 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 199 }, | 184 }, |
| 200 "name": "compile", | 185 "name": "compile", |
| 201 "~followup_annotations": [ | 186 "~followup_annotations": [ |
| 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 203 "@@@STEP_LOG_END@json.output (invalid)@@@" | 188 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 204 ] | 189 ] |
| 205 }, | 190 }, |
| 206 { | 191 { |
| 207 "name": "$result", | 192 "name": "$result", |
| 208 "recipe_result": null, | 193 "recipe_result": null, |
| 209 "status_code": 0 | 194 "status_code": 0 |
| 210 } | 195 } |
| 211 ] | 196 ] |
| OLD | NEW |