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

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: You know, expectations and stuff. 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]/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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 202 },
203 "name": "gclient runhooks (with patch)" 203 "name": "gclient runhooks (with patch)"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/scripts/get_compile_targets .py",
210 "--output",
211 "/path/to/tmp/json",
212 "--",
213 "--build-config-fs",
214 "Release",
215 "--paths",
216 "{\"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\"}",
217 "--properties",
218 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}"
219 ],
220 "name": "get compile targets for scripts",
221 "~followup_annotations": [
222 "@@@STEP_LOG_LINE@json.output@{}@@@",
223 "@@@STEP_LOG_END@json.output@@@"
224 ]
225 },
226 {
227 "cmd": [
228 "python",
229 "-u",
230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
231 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/buildbot/tryserver.chromium .perf.json",
232 "/path/to/tmp/json"
233 ],
234 "name": "read test spec (tryserver.chromium.perf.json)",
235 "~followup_annotations": [
236 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_perf_bisect/src/testing/buildbot /tryserver.chromium.perf.json@@@",
237 "@@@STEP_LOG_LINE@json.output@{}@@@",
238 "@@@STEP_LOG_END@json.output@@@"
239 ]
240 },
241 {
242 "cmd": [
243 "python",
244 "-u",
209 "\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", 245 "\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",
210 "[BUILDER_CACHE]/linux_perf_bisect", 246 "[BUILDER_CACHE]/linux_perf_bisect",
211 "511" 247 "511"
212 ], 248 ],
213 "name": "makedirs checkout path (2)", 249 "name": "makedirs checkout path (2)",
214 "~followup_annotations": [ 250 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@python.inline@@@@", 251 "@@@STEP_LOG_LINE@python.inline@@@@",
216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 252 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 253 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 254 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "~followup_annotations": [ 453 "~followup_annotations": [
418 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" 454 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@"
419 ] 455 ]
420 }, 456 },
421 { 457 {
422 "name": "$result", 458 "name": "$result",
423 "recipe_result": null, 459 "recipe_result": null,
424 "status_code": 0 460 "status_code": 0
425 } 461 }
426 ] 462 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698