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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 "cmd": [ 843 "cmd": [
844 "python", 844 "python",
845 "-u", 845 "-u",
846 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 846 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
847 "--target", 847 "--target",
848 "Release", 848 "Release",
849 "--test-platform", 849 "--test-platform",
850 "android", 850 "android",
851 "--no-xvfb", 851 "--no-xvfb",
852 "--factory-properties", 852 "--factory-properties",
853 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"mastername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch .url/the.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src /repo\", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\" : \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"w orkdir\": \"/path/to/workdir/TestSlavename\"}", 853 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"issue\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchs et\": \"1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo \", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4 f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.examp le.com\", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlave name\"}",
854 "--build-properties", 854 "--build-properties",
855 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"mastername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch .url/the.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src /repo\", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\" : \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"w orkdir\": \"/path/to/workdir/TestSlavename\"}", 855 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"issue\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchs et\": \"1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo \", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4 f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.examp le.com\", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlave name\"}",
856 "--annotate=graphing", 856 "--annotate=graphing",
857 "--results-url=https://chromeperf.appspot.com", 857 "--results-url=https://chromeperf.appspot.com",
858 "--perf-dashboard-id=page_cycler.foo", 858 "--perf-dashboard-id=page_cycler.foo",
859 "--test-type=page_cycler.foo", 859 "--test-type=page_cycler.foo",
860 "--step-name=page_cycler.foo", 860 "--step-name=page_cycler.foo",
861 "--builder-name=last_known_devices", 861 "--builder-name=last_known_devices",
862 "--slave-name=tehslave", 862 "--slave-name=tehslave",
863 "--build-number=571", 863 "--build-number=571",
864 "--run-python-script", 864 "--run-python-script",
865 "[SLAVE_BUILD]/src/build/android/test_runner.py", 865 "[SLAVE_BUILD]/src/build/android/test_runner.py",
(...skipping 23 matching lines...) Expand all
889 "cmd": [ 889 "cmd": [
890 "python", 890 "python",
891 "-u", 891 "-u",
892 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 892 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
893 "--target", 893 "--target",
894 "Release", 894 "Release",
895 "--test-platform", 895 "--test-platform",
896 "android", 896 "android",
897 "--no-xvfb", 897 "--no-xvfb",
898 "--factory-properties", 898 "--factory-properties",
899 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"mastername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch .url/the.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src /repo\", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\" : \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"w orkdir\": \"/path/to/workdir/TestSlavename\"}", 899 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"issue\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchs et\": \"1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo \", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4 f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.examp le.com\", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlave name\"}",
900 "--build-properties", 900 "--build-properties",
901 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"mastername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch .url/the.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src /repo\", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\" : \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"w orkdir\": \"/path/to/workdir/TestSlavename\"}", 901 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"last_known_devices\", \"buildnumber\": 571, \"internal\": true, \"issue\": \"123456789\", \"mastername\": \"chromium.testing.master\", \"patchs et\": \"1\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo \", \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4 f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"rietveld\": \"http://rietveld.examp le.com\", \"slavename\": \"tehslave\", \"workdir\": \"/path/to/workdir/TestSlave name\"}",
902 "--annotate=graphing", 902 "--annotate=graphing",
903 "--results-url=https://chromeperf.appspot.com", 903 "--results-url=https://chromeperf.appspot.com",
904 "--perf-dashboard-id=perf_test.foo", 904 "--perf-dashboard-id=perf_test.foo",
905 "--test-type=perf_test.foo", 905 "--test-type=perf_test.foo",
906 "--step-name=perf_test.foo", 906 "--step-name=perf_test.foo",
907 "--builder-name=last_known_devices", 907 "--builder-name=last_known_devices",
908 "--slave-name=tehslave", 908 "--slave-name=tehslave",
909 "--build-number=571", 909 "--build-number=571",
910 "--run-python-script", 910 "--run-python-script",
911 "[SLAVE_BUILD]/src/build/android/test_runner.py", 911 "[SLAVE_BUILD]/src/build/android/test_runner.py",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1085 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1086 }, 1086 },
1087 "name": "stack_tool_for_asan" 1087 "name": "stack_tool_for_asan"
1088 }, 1088 },
1089 { 1089 {
1090 "name": "$result", 1090 "name": "$result",
1091 "recipe_result": null, 1091 "recipe_result": null,
1092 "status_code": 0 1092 "status_code": 0
1093 } 1093 }
1094 ] 1094 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698