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

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

Issue 2243343002: [Android] Stop using --flakiness-dashboard-server for gtests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android_Remoting_Tests", 7 "[BUILDER_CACHE]/Android_Remoting_Tests",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "name": "spawn_device_monitor" 597 "name": "spawn_device_monitor"
598 }, 598 },
599 { 599 {
600 "cmd": [ 600 "cmd": [
601 "python", 601 "python",
602 "-u", 602 "-u",
603 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/Release/bin/run_remoting_u nittests", 603 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/Release/bin/run_remoting_u nittests",
604 "--blacklist-file", 604 "--blacklist-file",
605 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json", 605 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json",
606 "--verbose", 606 "--verbose",
607 "--flakiness-dashboard-server=test-results.appspot.com",
608 "--json-results-file", 607 "--json-results-file",
609 "/path/to/tmp/json", 608 "/path/to/tmp/json",
610 "--adb-path", 609 "--adb-path",
611 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb" 610 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb"
612 ], 611 ],
613 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests", 612 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
614 "env": { 613 "env": {
615 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 614 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
616 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s" 615 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s"
617 }, 616 },
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "@@@STEP_LOG_END@python.inline@@@" 797 "@@@STEP_LOG_END@python.inline@@@"
799 ] 798 ]
800 }, 799 },
801 { 800 {
802 "name": "$result", 801 "name": "$result",
803 "reason": "1 tests failed: ['ChromotingTest']", 802 "reason": "1 tests failed: ['ChromotingTest']",
804 "recipe_result": null, 803 "recipe_result": null,
805 "status_code": 1 804 "status_code": 1
806 } 805 }
807 ] 806 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698