| 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 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (amp instrumentation test split)", | 10 "Android Tests (amp instrumentation test split)", |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 340 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
| 341 "@@@STEP_LOG_END@python.inline@@@" | 341 "@@@STEP_LOG_END@python.inline@@@" |
| 342 ] | 342 ] |
| 343 }, | 343 }, |
| 344 { | 344 { |
| 345 "cmd": [ | 345 "cmd": [ |
| 346 "python", | 346 "python", |
| 347 "-u", | 347 "-u", |
| 348 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 348 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 349 "--", | 349 "--", |
| 350 "[DEPOT_TOOLS]/gsutil.py", | 350 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 351 "----", | 351 "----", |
| 352 "cp", | 352 "cp", |
| 353 "gs://chrome-amp-keys/main_pool/api_key", | 353 "gs://chrome-amp-keys/main_pool/api_key", |
| 354 "[BUILD]/site_config/.amp_main_pool_key" | 354 "[BUILD]/site_config/.amp_main_pool_key" |
| 355 ], | 355 ], |
| 356 "env": { | 356 "env": { |
| 357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 359 }, | 359 }, |
| 360 "name": "gsutil download amp api key" | 360 "name": "gsutil download amp api key" |
| 361 }, | 361 }, |
| 362 { | 362 { |
| 363 "cmd": [ | 363 "cmd": [ |
| 364 "python", | 364 "python", |
| 365 "-u", | 365 "-u", |
| 366 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 366 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 367 "--", | 367 "--", |
| 368 "[DEPOT_TOOLS]/gsutil.py", | 368 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 369 "----", | 369 "----", |
| 370 "cp", | 370 "cp", |
| 371 "gs://chrome-amp-keys/main_pool/api_secret", | 371 "gs://chrome-amp-keys/main_pool/api_secret", |
| 372 "[BUILD]/site_config/.amp_main_pool_secret" | 372 "[BUILD]/site_config/.amp_main_pool_secret" |
| 373 ], | 373 ], |
| 374 "env": { | 374 "env": { |
| 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 375 "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" | 376 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 377 }, | 377 }, |
| 378 "name": "gsutil download amp api secret" | 378 "name": "gsutil download amp api secret" |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 448 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 449 "@@@STEP_LOG_END@python.inline@@@" | 449 "@@@STEP_LOG_END@python.inline@@@" |
| 450 ] | 450 ] |
| 451 }, | 451 }, |
| 452 { | 452 { |
| 453 "name": "$result", | 453 "name": "$result", |
| 454 "recipe_result": null, | 454 "recipe_result": null, |
| 455 "status_code": 0 | 455 "status_code": 0 |
| 456 } | 456 } |
| 457 ] | 457 ] |
| OLD | NEW |