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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Tests__trial__dbg_.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_Tests__trial__dbg_", 7 "[BUILDER_CACHE]/Android_Tests__trial__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "name": "spawn_device_monitor" 598 "name": "spawn_device_monitor"
599 }, 599 },
600 { 600 {
601 "cmd": [ 601 "cmd": [
602 "python", 602 "python",
603 "-u", 603 "-u",
604 "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/out/Debug/bin/run_gfx_unit tests", 604 "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/out/Debug/bin/run_gfx_unit tests",
605 "--blacklist-file", 605 "--blacklist-file",
606 "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/out/bad_devices.json", 606 "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/out/bad_devices.json",
607 "--verbose", 607 "--verbose",
608 "--flakiness-dashboard-server=test-results.appspot.com",
609 "--json-results-file", 608 "--json-results-file",
610 "/path/to/tmp/json", 609 "/path/to/tmp/json",
611 "--adb-path", 610 "--adb-path",
612 "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/third_party/android_tools/ sdk/platform-tools/adb" 611 "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/third_party/android_tools/ sdk/platform-tools/adb"
613 ], 612 ],
614 "cwd": "[BUILDER_CACHE]/Android_Tests__trial__dbg_", 613 "cwd": "[BUILDER_CACHE]/Android_Tests__trial__dbg_",
615 "env": { 614 "env": {
616 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 615 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
617 "PATH": "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/third_party/androi d_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/build/ android:%(PATH)s" 616 "PATH": "[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/third_party/androi d_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Tests__trial__dbg_/src/build/ android:%(PATH)s"
618 }, 617 },
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
747 "@@@STEP_LOG_END@python.inline@@@" 746 "@@@STEP_LOG_END@python.inline@@@"
748 ] 747 ]
749 }, 748 },
750 { 749 {
751 "name": "$result", 750 "name": "$result",
752 "recipe_result": null, 751 "recipe_result": null,
753 "status_code": 0 752 "status_code": 0
754 } 753 }
755 ] 754 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698