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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 "--buildbot-slavename", | 360 "--buildbot-slavename", |
361 "TestSlavename", | 361 "TestSlavename", |
362 "--compiler", | 362 "--compiler", |
363 "goma", | 363 "goma", |
364 "--goma-jsonstatus", | 364 "--goma-jsonstatus", |
365 "/path/to/tmp/json", | 365 "/path/to/tmp/json", |
366 "--goma-service-account-json-file", | 366 "--goma-service-account-json-file", |
367 "/creds/service_accounts/service-account-goma-client.json", | 367 "/creds/service_accounts/service-account-goma-client.json", |
368 "--goma-dir", | 368 "--goma-dir", |
369 "[CACHE]/cipd/goma", | 369 "[CACHE]/cipd/goma", |
370 "--ninja-ensure-up-to-date", | |
371 "--", | 370 "--", |
372 "chrome_public_test_apk" | 371 "chrome_public_test_apk" |
373 ], | 372 ], |
374 "env": { | 373 "env": { |
375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
376 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 375 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
377 }, | 376 }, |
378 "name": "compile", | 377 "name": "compile", |
379 "~followup_annotations": [ | 378 "~followup_annotations": [ |
380 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 379 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 "~followup_annotations": [ | 467 "~followup_annotations": [ |
469 "@@@STEP_TEXT@Android Tests@@@" | 468 "@@@STEP_TEXT@Android Tests@@@" |
470 ] | 469 ] |
471 }, | 470 }, |
472 { | 471 { |
473 "name": "$result", | 472 "name": "$result", |
474 "recipe_result": null, | 473 "recipe_result": null, |
475 "status_code": 0 | 474 "status_code": 0 |
476 } | 475 } |
477 ] | 476 ] |
OLD | NEW |