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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.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. 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]/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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
206 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 206 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
208 }, 208 },
209 "name": "gclient runhooks (with patch)" 209 "name": "gclient runhooks (with patch)"
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
214 "-u", 214 "-u",
215 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/scripts/get_compile_targets .py",
216 "--output",
217 "/path/to/tmp/json",
218 "--",
219 "--build-config-fs",
220 "Release",
221 "--paths",
222 "{\"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\"}",
223 "--properties",
224 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}"
225 ],
226 "name": "get compile targets for scripts",
227 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{}@@@",
229 "@@@STEP_LOG_END@json.output@@@"
230 ]
231 },
232 {
233 "cmd": [
234 "python",
235 "-u",
236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
237 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/buildbot/tryserver.chromium .perf.json",
238 "/path/to/tmp/json"
239 ],
240 "name": "read test spec (tryserver.chromium.perf.json)",
241 "~followup_annotations": [
242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_perf_bisect/src/testing/buildbot /tryserver.chromium.perf.json@@@",
243 "@@@STEP_LOG_LINE@json.output@{}@@@",
244 "@@@STEP_LOG_END@json.output@@@"
245 ]
246 },
247 {
248 "cmd": [
249 "python",
250 "-u",
215 "\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", 251 "\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",
216 "[BUILDER_CACHE]/linux_perf_bisect", 252 "[BUILDER_CACHE]/linux_perf_bisect",
217 "511" 253 "511"
218 ], 254 ],
219 "name": "makedirs checkout path (2)", 255 "name": "makedirs checkout path (2)",
220 "~followup_annotations": [ 256 "~followup_annotations": [
221 "@@@STEP_LOG_LINE@python.inline@@@@", 257 "@@@STEP_LOG_LINE@python.inline@@@@",
222 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 258 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
223 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 259 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
224 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 260 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "~followup_annotations": [ 459 "~followup_annotations": [
424 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" 460 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@"
425 ] 461 ]
426 }, 462 },
427 { 463 {
428 "name": "$result", 464 "name": "$result",
429 "recipe_result": null, 465 "recipe_result": null,
430 "status_code": 0 466 "status_code": 0
431 } 467 }
432 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698