Chromium Code Reviews

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/deps_perf_tryjob.json

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 197 matching lines...)
208 "GYP_CHROMIUM_NO_ACTION": "1", 208 "GYP_CHROMIUM_NO_ACTION": "1",
209 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 209 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
210 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 210 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
211 }, 211 },
212 "name": "gclient runhooks (with patch)" 212 "name": "gclient runhooks (with patch)"
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "python", 216 "python",
217 "-u", 217 "-u",
218 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/scripts/get_compile_targets .py",
219 "--output",
220 "/path/to/tmp/json",
221 "--",
222 "--build-config-fs",
223 "Release",
224 "--paths",
225 "{\"checkout\": \"[BUILDER_CACHE]/linux_perf_bisect/src\", \"runit.py\": \ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_P ACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
226 "--properties",
227 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}"
228 ],
229 "name": "get compile targets for scripts",
230 "~followup_annotations": [
231 "@@@STEP_LOG_LINE@json.output@{}@@@",
232 "@@@STEP_LOG_END@json.output@@@"
233 ]
234 },
235 {
236 "cmd": [
237 "python",
238 "-u",
239 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
240 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/buildbot/tryserver.chromium .perf.json",
241 "/path/to/tmp/json"
242 ],
243 "name": "read test spec (tryserver.chromium.perf.json)",
244 "~followup_annotations": [
245 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_perf_bisect/src/testing/buildbot /tryserver.chromium.perf.json@@@",
246 "@@@STEP_LOG_LINE@json.output@{}@@@",
247 "@@@STEP_LOG_END@json.output@@@"
248 ]
249 },
250 {
251 "cmd": [
252 "python",
253 "-u",
218 "\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", 254 "\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",
219 "[BUILDER_CACHE]/linux_perf_bisect", 255 "[BUILDER_CACHE]/linux_perf_bisect",
220 "511" 256 "511"
221 ], 257 ],
222 "name": "makedirs checkout path (2)", 258 "name": "makedirs checkout path (2)",
223 "~followup_annotations": [ 259 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@python.inline@@@@", 260 "@@@STEP_LOG_LINE@python.inline@@@@",
225 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 261 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
226 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 262 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
227 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 263 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 560 matching lines...)
788 "@@@STEP_LOG_LINE@json.output@}@@@", 824 "@@@STEP_LOG_LINE@json.output@}@@@",
789 "@@@STEP_LOG_END@json.output@@@" 825 "@@@STEP_LOG_END@json.output@@@"
790 ] 826 ]
791 }, 827 },
792 { 828 {
793 "name": "$result", 829 "name": "$result",
794 "recipe_result": null, 830 "recipe_result": null,
795 "status_code": 0 831 "status_code": 0
796 } 832 }
797 ] 833 ]
OLDNEW

Powered by Google App Engine