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

Side by Side Diff: scripts/slave/recipe_modules/amp/example.expected/no_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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 292 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
293 "@@@STEP_LOG_LINE@json.output@ }@@@", 293 "@@@STEP_LOG_LINE@json.output@ }@@@",
294 "@@@STEP_LOG_LINE@json.output@}@@@", 294 "@@@STEP_LOG_LINE@json.output@}@@@",
295 "@@@STEP_LOG_END@json.output@@@" 295 "@@@STEP_LOG_END@json.output@@@"
296 ] 296 ]
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "RECIPE_MODULE[zip]/resources/unzip.py" 302 "RECIPE_MODULE[build.zip]/resources/unzip.py"
303 ], 303 ],
304 "cwd": "[SLAVE_BUILD]", 304 "cwd": "[SLAVE_BUILD]",
305 "name": "[upload logcat] unzip results for example_gtest_suite", 305 "name": "[upload logcat] unzip results for example_gtest_suite",
306 "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\"}" 306 "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\"}"
307 }, 307 },
308 { 308 {
309 "cmd": [ 309 "cmd": [
310 "python", 310 "python",
311 "-u", 311 "-u",
312 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 312 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
313 "--", 313 "--",
314 "[DEPOT_TOOLS]/gsutil.py", 314 "[DEPOT_TOOLS]/gsutil.py",
315 "----", 315 "----",
316 "cp", 316 "cp",
317 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 317 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt",
318 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" 318 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt"
319 ], 319 ],
320 "cwd": "[SLAVE_BUILD]", 320 "cwd": "[SLAVE_BUILD]",
321 "name": "gsutil [upload logcat] example_gtest_suite", 321 "name": "gsutil [upload logcat] example_gtest_suite",
322 "~followup_annotations": [ 322 "~followup_annotations": [
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 399 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
400 "@@@STEP_LOG_LINE@json.output@ }@@@", 400 "@@@STEP_LOG_LINE@json.output@ }@@@",
401 "@@@STEP_LOG_LINE@json.output@}@@@", 401 "@@@STEP_LOG_LINE@json.output@}@@@",
402 "@@@STEP_LOG_END@json.output@@@" 402 "@@@STEP_LOG_END@json.output@@@"
403 ] 403 ]
404 }, 404 },
405 { 405 {
406 "cmd": [ 406 "cmd": [
407 "python", 407 "python",
408 "-u", 408 "-u",
409 "RECIPE_MODULE[zip]/resources/unzip.py" 409 "RECIPE_MODULE[build.zip]/resources/unzip.py"
410 ], 410 ],
411 "cwd": "[SLAVE_BUILD]", 411 "cwd": "[SLAVE_BUILD]",
412 "name": "[upload logcat] unzip results for example_instrumentation_suite", 412 "name": "[upload logcat] unzip results for example_instrumentation_suite",
413 "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\"}" 413 "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\"}"
414 }, 414 },
415 { 415 {
416 "cmd": [ 416 "cmd": [
417 "python", 417 "python",
418 "-u", 418 "-u",
419 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 419 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
420 "--", 420 "--",
421 "[DEPOT_TOOLS]/gsutil.py", 421 "[DEPOT_TOOLS]/gsutil.py",
422 "----", 422 "----",
423 "cp", 423 "cp",
424 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 424 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt",
425 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T RUN1D.txt" 425 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T RUN1D.txt"
426 ], 426 ],
427 "cwd": "[SLAVE_BUILD]", 427 "cwd": "[SLAVE_BUILD]",
428 "name": "gsutil [upload logcat] example_instrumentation_suite", 428 "name": "gsutil [upload logcat] example_instrumentation_suite",
429 "~followup_annotations": [ 429 "~followup_annotations": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 504 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
505 "@@@STEP_LOG_LINE@json.output@ }@@@", 505 "@@@STEP_LOG_LINE@json.output@ }@@@",
506 "@@@STEP_LOG_LINE@json.output@}@@@", 506 "@@@STEP_LOG_LINE@json.output@}@@@",
507 "@@@STEP_LOG_END@json.output@@@" 507 "@@@STEP_LOG_END@json.output@@@"
508 ] 508 ]
509 }, 509 },
510 { 510 {
511 "cmd": [ 511 "cmd": [
512 "python", 512 "python",
513 "-u", 513 "-u",
514 "RECIPE_MODULE[zip]/resources/unzip.py" 514 "RECIPE_MODULE[build.zip]/resources/unzip.py"
515 ], 515 ],
516 "cwd": "[SLAVE_BUILD]", 516 "cwd": "[SLAVE_BUILD]",
517 "name": "[upload logcat] unzip results for example_uirobot_suite", 517 "name": "[upload logcat] unzip results for example_uirobot_suite",
518 "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\"}" 518 "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\"}"
519 }, 519 },
520 { 520 {
521 "cmd": [ 521 "cmd": [
522 "python", 522 "python",
523 "-u", 523 "-u",
524 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 524 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
525 "--", 525 "--",
526 "[DEPOT_TOOLS]/gsutil.py", 526 "[DEPOT_TOOLS]/gsutil.py",
527 "----", 527 "----",
528 "cp", 528 "cp",
529 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 529 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt",
530 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx t" 530 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx t"
531 ], 531 ],
532 "cwd": "[SLAVE_BUILD]", 532 "cwd": "[SLAVE_BUILD]",
533 "name": "gsutil [upload logcat] example_uirobot_suite", 533 "name": "gsutil [upload logcat] example_uirobot_suite",
534 "~followup_annotations": [ 534 "~followup_annotations": [
535 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" 535 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@"
536 ] 536 ]
537 }, 537 },
538 { 538 {
539 "name": "$result", 539 "name": "$result",
540 "recipe_result": null, 540 "recipe_result": null,
541 "status_code": 0 541 "status_code": 0
542 } 542 }
543 ] 543 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698