OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
7 "--", | 7 "--", |
8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[DEPOT_TOOLS]/gsutil.py", |
9 "----", | 9 "----", |
10 "cp", | 10 "cp", |
11 "gs://chrome-amp-keys/main_pool/api_key", | 11 "gs://chrome-amp-keys/main_pool/api_key", |
12 "[BUILD]/site_config/.amp_main_pool_key" | 12 "[BUILD]/site_config/.amp_main_pool_key" |
13 ], | 13 ], |
14 "cwd": "[SLAVE_BUILD]", | 14 "cwd": "[SLAVE_BUILD]", |
15 "name": "gsutil download amp api key" | 15 "name": "gsutil download amp api key" |
16 }, | 16 }, |
17 { | 17 { |
18 "cmd": [ | 18 "cmd": [ |
19 "python", | 19 "python", |
20 "-u", | 20 "-u", |
21 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 21 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
22 "--", | 22 "--", |
23 "[DEPOT_TOOLS]/gsutil.py", | 23 "[DEPOT_TOOLS]/gsutil.py", |
24 "----", | 24 "----", |
25 "cp", | 25 "cp", |
26 "gs://chrome-amp-keys/main_pool/api_secret", | 26 "gs://chrome-amp-keys/main_pool/api_secret", |
27 "[BUILD]/site_config/.amp_main_pool_secret" | 27 "[BUILD]/site_config/.amp_main_pool_secret" |
28 ], | 28 ], |
29 "cwd": "[SLAVE_BUILD]", | 29 "cwd": "[SLAVE_BUILD]", |
30 "name": "gsutil download amp api secret" | 30 "name": "gsutil download amp api secret" |
31 }, | 31 }, |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", |
305 "@@@STEP_LOG_LINE@json.output@ }@@@", | 305 "@@@STEP_LOG_LINE@json.output@ }@@@", |
306 "@@@STEP_LOG_LINE@json.output@}@@@", | 306 "@@@STEP_LOG_LINE@json.output@}@@@", |
307 "@@@STEP_LOG_END@json.output@@@" | 307 "@@@STEP_LOG_END@json.output@@@" |
308 ] | 308 ] |
309 }, | 309 }, |
310 { | 310 { |
311 "cmd": [ | 311 "cmd": [ |
312 "python", | 312 "python", |
313 "-u", | 313 "-u", |
314 "RECIPE_MODULE[zip]/resources/unzip.py" | 314 "RECIPE_MODULE[build.zip]/resources/unzip.py" |
315 ], | 315 ], |
316 "cwd": "[SLAVE_BUILD]", | 316 "cwd": "[SLAVE_BUILD]", |
317 "name": "[upload logcat] unzip results for example_gtest_suite", | 317 "name": "[upload logcat] unzip results for example_gtest_suite", |
318 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" | 318 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" |
319 }, | 319 }, |
320 { | 320 { |
321 "cmd": [ | 321 "cmd": [ |
322 "python", | 322 "python", |
323 "-u", | 323 "-u", |
324 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 324 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
325 "--", | 325 "--", |
326 "[DEPOT_TOOLS]/gsutil.py", | 326 "[DEPOT_TOOLS]/gsutil.py", |
327 "----", | 327 "----", |
328 "cp", | 328 "cp", |
329 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 329 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
330 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" | 330 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" |
331 ], | 331 ], |
332 "cwd": "[SLAVE_BUILD]", | 332 "cwd": "[SLAVE_BUILD]", |
333 "name": "gsutil [upload logcat] example_gtest_suite", | 333 "name": "gsutil [upload logcat] example_gtest_suite", |
334 "~followup_annotations": [ | 334 "~followup_annotations": [ |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", |
412 "@@@STEP_LOG_LINE@json.output@ }@@@", | 412 "@@@STEP_LOG_LINE@json.output@ }@@@", |
413 "@@@STEP_LOG_LINE@json.output@}@@@", | 413 "@@@STEP_LOG_LINE@json.output@}@@@", |
414 "@@@STEP_LOG_END@json.output@@@" | 414 "@@@STEP_LOG_END@json.output@@@" |
415 ] | 415 ] |
416 }, | 416 }, |
417 { | 417 { |
418 "cmd": [ | 418 "cmd": [ |
419 "python", | 419 "python", |
420 "-u", | 420 "-u", |
421 "RECIPE_MODULE[zip]/resources/unzip.py" | 421 "RECIPE_MODULE[build.zip]/resources/unzip.py" |
422 ], | 422 ], |
423 "cwd": "[SLAVE_BUILD]", | 423 "cwd": "[SLAVE_BUILD]", |
424 "name": "[upload logcat] unzip results for example_instrumentation_suite", | 424 "name": "[upload logcat] unzip results for example_instrumentation_suite", |
425 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" | 425 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" |
426 }, | 426 }, |
427 { | 427 { |
428 "cmd": [ | 428 "cmd": [ |
429 "python", | 429 "python", |
430 "-u", | 430 "-u", |
431 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 431 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
432 "--", | 432 "--", |
433 "[DEPOT_TOOLS]/gsutil.py", | 433 "[DEPOT_TOOLS]/gsutil.py", |
434 "----", | 434 "----", |
435 "cp", | 435 "cp", |
436 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 436 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
437 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T
RUN1D.txt" | 437 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T
RUN1D.txt" |
438 ], | 438 ], |
439 "cwd": "[SLAVE_BUILD]", | 439 "cwd": "[SLAVE_BUILD]", |
440 "name": "gsutil [upload logcat] example_instrumentation_suite", | 440 "name": "gsutil [upload logcat] example_instrumentation_suite", |
441 "~followup_annotations": [ | 441 "~followup_annotations": [ |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", | 516 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", |
517 "@@@STEP_LOG_LINE@json.output@ }@@@", | 517 "@@@STEP_LOG_LINE@json.output@ }@@@", |
518 "@@@STEP_LOG_LINE@json.output@}@@@", | 518 "@@@STEP_LOG_LINE@json.output@}@@@", |
519 "@@@STEP_LOG_END@json.output@@@" | 519 "@@@STEP_LOG_END@json.output@@@" |
520 ] | 520 ] |
521 }, | 521 }, |
522 { | 522 { |
523 "cmd": [ | 523 "cmd": [ |
524 "python", | 524 "python", |
525 "-u", | 525 "-u", |
526 "RECIPE_MODULE[zip]/resources/unzip.py" | 526 "RECIPE_MODULE[build.zip]/resources/unzip.py" |
527 ], | 527 ], |
528 "cwd": "[SLAVE_BUILD]", | 528 "cwd": "[SLAVE_BUILD]", |
529 "name": "[upload logcat] unzip results for example_uirobot_suite", | 529 "name": "[upload logcat] unzip results for example_uirobot_suite", |
530 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" | 530 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" |
531 }, | 531 }, |
532 { | 532 { |
533 "cmd": [ | 533 "cmd": [ |
534 "python", | 534 "python", |
535 "-u", | 535 "-u", |
536 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 536 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
537 "--", | 537 "--", |
538 "[DEPOT_TOOLS]/gsutil.py", | 538 "[DEPOT_TOOLS]/gsutil.py", |
539 "----", | 539 "----", |
540 "cp", | 540 "cp", |
541 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 541 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
542 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx
t" | 542 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx
t" |
543 ], | 543 ], |
544 "cwd": "[SLAVE_BUILD]", | 544 "cwd": "[SLAVE_BUILD]", |
545 "name": "gsutil [upload logcat] example_uirobot_suite", | 545 "name": "gsutil [upload logcat] example_uirobot_suite", |
546 "~followup_annotations": [ | 546 "~followup_annotations": [ |
547 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" | 547 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" |
548 ] | 548 ] |
549 }, | 549 }, |
550 { | 550 { |
551 "name": "$result", | 551 "name": "$result", |
552 "recipe_result": null, | 552 "recipe_result": null, |
553 "status_code": 0 | 553 "status_code": 0 |
554 } | 554 } |
555 ] | 555 ] |
OLD | NEW |