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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json

Issue 2315823002: Make chromium_android recipe_module expectations more accurate. (Closed)
Patch Set: Created 4 years, 3 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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "cmd": [ 841 "cmd": [
842 "python", 842 "python",
843 "-u", 843 "-u",
844 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 844 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
845 "--target", 845 "--target",
846 "Release", 846 "Release",
847 "--test-platform", 847 "--test-platform",
848 "android", 848 "android",
849 "--no-xvfb", 849 "--no-xvfb",
850 "--factory-properties", 850 "--factory-properties",
851 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\" , \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4 b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}", 851 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"issu e\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchset\": \ "1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\", \"r epo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4b02f6 b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.example.com\ ", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ",
852 "--build-properties", 852 "--build-properties",
853 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\" , \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4 b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}", 853 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"issu e\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchset\": \ "1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\", \"r epo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4b02f6 b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.example.com\ ", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ",
854 "--annotate=graphing", 854 "--annotate=graphing",
855 "--results-url=https://chromeperf.appspot.com", 855 "--results-url=https://chromeperf.appspot.com",
856 "--perf-dashboard-id=page_cycler.foo", 856 "--perf-dashboard-id=page_cycler.foo",
857 "--test-type=page_cycler.foo", 857 "--test-type=page_cycler.foo",
858 "--step-name=page_cycler.foo", 858 "--step-name=page_cycler.foo",
859 "--builder-name=perf_runner", 859 "--builder-name=perf_runner",
860 "--slave-name=tehslave", 860 "--slave-name=tehslave",
861 "--build-number=571", 861 "--build-number=571",
862 "--run-python-script", 862 "--run-python-script",
863 "[SLAVE_BUILD]/src/build/android/test_runner.py", 863 "[SLAVE_BUILD]/src/build/android/test_runner.py",
(...skipping 23 matching lines...) Expand all
887 "cmd": [ 887 "cmd": [
888 "python", 888 "python",
889 "-u", 889 "-u",
890 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 890 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
891 "--target", 891 "--target",
892 "Release", 892 "Release",
893 "--test-platform", 893 "--test-platform",
894 "android", 894 "android",
895 "--no-xvfb", 895 "--no-xvfb",
896 "--factory-properties", 896 "--factory-properties",
897 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\" , \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4 b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}", 897 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"issu e\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchset\": \ "1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\", \"r epo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4b02f6 b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.example.com\ ", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ",
898 "--build-properties", 898 "--build-properties",
899 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\" , \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4 b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}", 899 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"issu e\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchset\": \ "1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\", \"r epo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4b02f6 b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.example.com\ ", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ",
900 "--annotate=graphing", 900 "--annotate=graphing",
901 "--results-url=https://chromeperf.appspot.com", 901 "--results-url=https://chromeperf.appspot.com",
902 "--perf-dashboard-id=perf_test.foo", 902 "--perf-dashboard-id=perf_test.foo",
903 "--test-type=perf_test.foo", 903 "--test-type=perf_test.foo",
904 "--step-name=perf_test.foo", 904 "--step-name=perf_test.foo",
905 "--builder-name=perf_runner", 905 "--builder-name=perf_runner",
906 "--slave-name=tehslave", 906 "--slave-name=tehslave",
907 "--build-number=571", 907 "--build-number=571",
908 "--run-python-script", 908 "--run-python-script",
909 "[SLAVE_BUILD]/src/build/android/test_runner.py", 909 "[SLAVE_BUILD]/src/build/android/test_runner.py",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 }, 1066 },
1067 "name": "stack_tool_for_asan" 1067 "name": "stack_tool_for_asan"
1068 }, 1068 },
1069 { 1069 {
1070 "name": "$result", 1070 "name": "$result",
1071 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 1071 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
1072 "recipe_result": null, 1072 "recipe_result": null,
1073 "status_code": 1 1073 "status_code": 1
1074 } 1074 }
1075 ] 1075 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698