| 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 = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 { | 185 { |
| 186 "cmd": [ | 186 "cmd": [ |
| 187 "python", | 187 "python", |
| 188 "-u", | 188 "-u", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 190 "runhooks" | 190 "runhooks" |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]/src", | 192 "cwd": "[SLAVE_BUILD]/src", |
| 193 "env": { | 193 "env": { |
| 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 195 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", | 195 "GYP_CROSSCOMPILE": "1", |
| 196 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 196 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 197 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 197 }, | 198 }, |
| 198 "name": "gclient runhooks" | 199 "name": "gclient runhooks" |
| 199 }, | 200 }, |
| 200 { | 201 { |
| 201 "cmd": [ | 202 "cmd": [ |
| 202 "python", | 203 "python", |
| 203 "-u", | 204 "-u", |
| 204 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 205 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 205 "gen", | 206 "gen", |
| 206 "-m", | 207 "-m", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 227 "-u", | 228 "-u", |
| 228 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 229 "--show-path", | 230 "--show-path", |
| 230 "python", | 231 "python", |
| 231 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 232 "--gsutil-py-path", | 233 "--gsutil-py-path", |
| 233 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 234 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 234 "--ninja-path", | 235 "--ninja-path", |
| 235 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 236 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 236 "--target", | 237 "--target", |
| 237 "Release", | 238 "Debug", |
| 238 "--src-dir", | 239 "--src-dir", |
| 239 "[SLAVE_BUILD]/src", | 240 "[SLAVE_BUILD]/src", |
| 240 "--goma-cache-dir", | 241 "--goma-cache-dir", |
| 241 "[GOMA_CACHE]", | 242 "[GOMA_CACHE]", |
| 242 "--buildbot-buildername", | 243 "--buildbot-buildername", |
| 243 "Blimp Client Engine Integration", | 244 "Blimp Client Engine Integration", |
| 244 "--buildbot-mastername", | 245 "--buildbot-mastername", |
| 245 "chromium.fyi", | 246 "chromium.fyi", |
| 246 "--buildbot-slavename", | 247 "--buildbot-slavename", |
| 247 "TestSlavename", | 248 "TestSlavename", |
| 248 "--goma-deps-cache-file", | 249 "--goma-deps-cache-file", |
| 249 "Blimp_Client_Engine_Integration.gomadeps", | 250 "Blimp_Client_Engine_Integration.gomadeps", |
| 250 "--compiler", | 251 "--compiler", |
| 251 "goma", | 252 "goma", |
| 252 "--goma-jsonstatus", | 253 "--goma-jsonstatus", |
| 253 "/path/to/tmp/json", | 254 "/path/to/tmp/json", |
| 254 "--goma-service-account-json-file", | 255 "--goma-service-account-json-file", |
| 255 "/creds/service_accounts/service-account-goma-client.json", | 256 "/creds/service_accounts/service-account-goma-client.json", |
| 256 "--out-dir", | 257 "--out-dir", |
| 257 "[SLAVE_BUILD]/src/out-linux/Debug", | 258 "[SLAVE_BUILD]/src/out-linux/Debug", |
| 258 "--goma-dir", | 259 "--goma-dir", |
| 259 "[CACHE]/cipd/goma", | 260 "[CACHE]/cipd/goma", |
| 260 "--", | 261 "--", |
| 261 "blimp" | 262 "blimp" |
| 262 ], | 263 ], |
| 263 "env": { | 264 "env": { |
| 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 265 }, | 267 }, |
| 266 "name": "compile", | 268 "name": "compile", |
| 267 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 268 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 269 "@@@STEP_LOG_END@json.output (invalid)@@@" | 271 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 270 ] | 272 ] |
| 271 }, | 273 }, |
| 272 { | 274 { |
| 273 "cmd": [ | 275 "cmd": [ |
| 274 "python", | 276 "python", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 299 "-u", | 301 "-u", |
| 300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 301 "--show-path", | 303 "--show-path", |
| 302 "python", | 304 "python", |
| 303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 304 "--gsutil-py-path", | 306 "--gsutil-py-path", |
| 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 307 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 306 "--ninja-path", | 308 "--ninja-path", |
| 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 309 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 308 "--target", | 310 "--target", |
| 309 "Release", | 311 "Debug", |
| 310 "--src-dir", | 312 "--src-dir", |
| 311 "[SLAVE_BUILD]/src", | 313 "[SLAVE_BUILD]/src", |
| 312 "--goma-cache-dir", | 314 "--goma-cache-dir", |
| 313 "[GOMA_CACHE]", | 315 "[GOMA_CACHE]", |
| 314 "--buildbot-buildername", | 316 "--buildbot-buildername", |
| 315 "Blimp Client Engine Integration", | 317 "Blimp Client Engine Integration", |
| 316 "--buildbot-mastername", | 318 "--buildbot-mastername", |
| 317 "chromium.fyi", | 319 "chromium.fyi", |
| 318 "--buildbot-slavename", | 320 "--buildbot-slavename", |
| 319 "TestSlavename", | 321 "TestSlavename", |
| 320 "--goma-deps-cache-file", | 322 "--goma-deps-cache-file", |
| 321 "Blimp_Client_Engine_Integration.gomadeps", | 323 "Blimp_Client_Engine_Integration.gomadeps", |
| 322 "--compiler", | 324 "--compiler", |
| 323 "goma", | 325 "goma", |
| 324 "--goma-jsonstatus", | 326 "--goma-jsonstatus", |
| 325 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
| 326 "--goma-service-account-json-file", | 328 "--goma-service-account-json-file", |
| 327 "/creds/service_accounts/service-account-goma-client.json", | 329 "/creds/service_accounts/service-account-goma-client.json", |
| 328 "--out-dir", | 330 "--out-dir", |
| 329 "[SLAVE_BUILD]/src/out-android/Debug", | 331 "[SLAVE_BUILD]/src/out-android/Debug", |
| 330 "--goma-dir", | 332 "--goma-dir", |
| 331 "[CACHE]/cipd/goma", | 333 "[CACHE]/cipd/goma", |
| 332 "--", | 334 "--", |
| 333 "blimp", | 335 "blimp", |
| 334 "chrome_public_apk" | 336 "chrome_public_apk" |
| 335 ], | 337 ], |
| 336 "env": { | 338 "env": { |
| 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 338 }, | 341 }, |
| 339 "name": "compile (2)", | 342 "name": "compile (2)", |
| 340 "~followup_annotations": [ | 343 "~followup_annotations": [ |
| 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 342 "@@@STEP_LOG_END@json.output (invalid)@@@" | 345 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 343 ] | 346 ] |
| 344 }, | 347 }, |
| 345 { | 348 { |
| 346 "name": "$result", | 349 "name": "$result", |
| 347 "recipe_result": null, | 350 "recipe_result": null, |
| 348 "status_code": 0 | 351 "status_code": 0 |
| 349 } | 352 } |
| 350 ] | 353 ] |
| OLD | NEW |