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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md Created 4 years, 2 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[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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "env": { 542 "env": {
543 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 543 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
544 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 544 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
545 }, 545 },
546 "name": "base_unittests" 546 "name": "base_unittests"
547 }, 547 },
548 { 548 {
549 "cmd": [ 549 "cmd": [
550 "python", 550 "python",
551 "-u", 551 "-u",
552 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 552 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
553 "--input-gtest-json", 553 "--input-json",
554 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 554 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
555 "--master-name", 555 "--master-name",
556 "chromium.android", 556 "chromium.android",
557 "--builder-name", 557 "--builder-name",
558 "Lollipop Phone Tester", 558 "Lollipop Phone Tester",
559 "--build-number", 559 "--build-number",
560 "571", 560 "571",
561 "--test-type", 561 "--test-type",
562 "base_unittests", 562 "base_unittests",
563 "--test-results-server", 563 "--test-results-server",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 692 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
693 "@@@STEP_LOG_END@python.inline@@@" 693 "@@@STEP_LOG_END@python.inline@@@"
694 ] 694 ]
695 }, 695 },
696 { 696 {
697 "name": "$result", 697 "name": "$result",
698 "recipe_result": null, 698 "recipe_result": null,
699 "status_code": 0 699 "status_code": 0
700 } 700 }
701 ] 701 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698