Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: scripts/slave/recipe_modules/amp/example.expected/minimum_device_os_basic.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 298 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
299 "@@@STEP_LOG_LINE@json.output@ }@@@", 299 "@@@STEP_LOG_LINE@json.output@ }@@@",
300 "@@@STEP_LOG_LINE@json.output@}@@@", 300 "@@@STEP_LOG_LINE@json.output@}@@@",
301 "@@@STEP_LOG_END@json.output@@@" 301 "@@@STEP_LOG_END@json.output@@@"
302 ] 302 ]
303 }, 303 },
304 { 304 {
305 "cmd": [ 305 "cmd": [
306 "python", 306 "python",
307 "-u", 307 "-u",
308 "RECIPE_MODULE[zip]/resources/unzip.py" 308 "RECIPE_MODULE[build.zip]/resources/unzip.py"
309 ], 309 ],
310 "cwd": "[SLAVE_BUILD]", 310 "cwd": "[SLAVE_BUILD]",
311 "name": "[upload logcat] unzip results for example_gtest_suite", 311 "name": "[upload logcat] unzip results for example_gtest_suite",
312 "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\"}" 312 "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\"}"
313 }, 313 },
314 { 314 {
315 "cmd": [ 315 "cmd": [
316 "python", 316 "python",
317 "-u", 317 "-u",
318 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 318 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
319 "--", 319 "--",
320 "[DEPOT_TOOLS]/gsutil.py", 320 "[DEPOT_TOOLS]/gsutil.py",
321 "----", 321 "----",
322 "cp", 322 "cp",
323 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 323 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt",
324 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" 324 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt"
325 ], 325 ],
326 "cwd": "[SLAVE_BUILD]", 326 "cwd": "[SLAVE_BUILD]",
327 "name": "gsutil [upload logcat] example_gtest_suite", 327 "name": "gsutil [upload logcat] example_gtest_suite",
328 "~followup_annotations": [ 328 "~followup_annotations": [
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 405 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
406 "@@@STEP_LOG_LINE@json.output@ }@@@", 406 "@@@STEP_LOG_LINE@json.output@ }@@@",
407 "@@@STEP_LOG_LINE@json.output@}@@@", 407 "@@@STEP_LOG_LINE@json.output@}@@@",
408 "@@@STEP_LOG_END@json.output@@@" 408 "@@@STEP_LOG_END@json.output@@@"
409 ] 409 ]
410 }, 410 },
411 { 411 {
412 "cmd": [ 412 "cmd": [
413 "python", 413 "python",
414 "-u", 414 "-u",
415 "RECIPE_MODULE[zip]/resources/unzip.py" 415 "RECIPE_MODULE[build.zip]/resources/unzip.py"
416 ], 416 ],
417 "cwd": "[SLAVE_BUILD]", 417 "cwd": "[SLAVE_BUILD]",
418 "name": "[upload logcat] unzip results for example_instrumentation_suite", 418 "name": "[upload logcat] unzip results for example_instrumentation_suite",
419 "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\"}" 419 "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\"}"
420 }, 420 },
421 { 421 {
422 "cmd": [ 422 "cmd": [
423 "python", 423 "python",
424 "-u", 424 "-u",
425 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 425 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
426 "--", 426 "--",
427 "[DEPOT_TOOLS]/gsutil.py", 427 "[DEPOT_TOOLS]/gsutil.py",
428 "----", 428 "----",
429 "cp", 429 "cp",
430 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 430 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt",
431 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T RUN1D.txt" 431 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T RUN1D.txt"
432 ], 432 ],
433 "cwd": "[SLAVE_BUILD]", 433 "cwd": "[SLAVE_BUILD]",
434 "name": "gsutil [upload logcat] example_instrumentation_suite", 434 "name": "gsutil [upload logcat] example_instrumentation_suite",
435 "~followup_annotations": [ 435 "~followup_annotations": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 510 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
511 "@@@STEP_LOG_LINE@json.output@ }@@@", 511 "@@@STEP_LOG_LINE@json.output@ }@@@",
512 "@@@STEP_LOG_LINE@json.output@}@@@", 512 "@@@STEP_LOG_LINE@json.output@}@@@",
513 "@@@STEP_LOG_END@json.output@@@" 513 "@@@STEP_LOG_END@json.output@@@"
514 ] 514 ]
515 }, 515 },
516 { 516 {
517 "cmd": [ 517 "cmd": [
518 "python", 518 "python",
519 "-u", 519 "-u",
520 "RECIPE_MODULE[zip]/resources/unzip.py" 520 "RECIPE_MODULE[build.zip]/resources/unzip.py"
521 ], 521 ],
522 "cwd": "[SLAVE_BUILD]", 522 "cwd": "[SLAVE_BUILD]",
523 "name": "[upload logcat] unzip results for example_uirobot_suite", 523 "name": "[upload logcat] unzip results for example_uirobot_suite",
524 "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\"}" 524 "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\"}"
525 }, 525 },
526 { 526 {
527 "cmd": [ 527 "cmd": [
528 "python", 528 "python",
529 "-u", 529 "-u",
530 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 530 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
531 "--", 531 "--",
532 "[DEPOT_TOOLS]/gsutil.py", 532 "[DEPOT_TOOLS]/gsutil.py",
533 "----", 533 "----",
534 "cp", 534 "cp",
535 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 535 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt",
536 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx t" 536 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx t"
537 ], 537 ],
538 "cwd": "[SLAVE_BUILD]", 538 "cwd": "[SLAVE_BUILD]",
539 "name": "gsutil [upload logcat] example_uirobot_suite", 539 "name": "gsutil [upload logcat] example_uirobot_suite",
540 "~followup_annotations": [ 540 "~followup_annotations": [
541 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" 541 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@"
542 ] 542 ]
543 }, 543 },
544 { 544 {
545 "name": "$result", 545 "name": "$result",
546 "recipe_result": null, 546 "recipe_result": null,
547 "status_code": 0 547 "status_code": 0
548 } 548 }
549 ] 549 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698