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

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

Issue 2226943002: build_state._is_build_archived is a method, not a property. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 315 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
316 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 316 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
317 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 317 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
318 "@@@STEP_LOG_LINE@json.output@ }@@@", 318 "@@@STEP_LOG_LINE@json.output@ }@@@",
319 "@@@STEP_LOG_LINE@json.output@}@@@", 319 "@@@STEP_LOG_LINE@json.output@}@@@",
320 "@@@STEP_LOG_END@json.output@@@" 320 "@@@STEP_LOG_END@json.output@@@"
321 ] 321 ]
322 }, 322 },
323 { 323 {
324 "cmd": [ 324 "cmd": [
325 "/opt/infra-tools/buildbucket",
326 "get",
327 "--host",
328 "cr-buildbucket.appspot.com",
329 "9016911228971028736"
330 ],
331 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
332 "name": "buildbucket.get (2)",
333 "stdout": "/path/to/tmp/json",
334 "~followup_annotations": [
335 "@@@STEP_LOG_LINE@json.output@{@@@",
336 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
337 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\"@@@",
338 "@@@STEP_LOG_LINE@json.output@ }@@@",
339 "@@@STEP_LOG_LINE@json.output@}@@@",
340 "@@@STEP_LOG_END@json.output@@@"
341 ]
342 },
343 {
344 "cmd": [
325 "python", 345 "python",
326 "-u", 346 "-u",
327 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 347 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
328 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 348 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
329 ], 349 ],
330 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 350 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
331 "name": "rmtree build directory", 351 "name": "rmtree build directory",
332 "~followup_annotations": [ 352 "~followup_annotations": [
333 "@@@STEP_LOG_LINE@python.inline@@@@", 353 "@@@STEP_LOG_LINE@python.inline@@@@",
334 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 354 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "@@@STEP_LOG_LINE@json.output@[]@@@", 529 "@@@STEP_LOG_LINE@json.output@[]@@@",
510 "@@@STEP_LOG_END@json.output@@@" 530 "@@@STEP_LOG_END@json.output@@@"
511 ] 531 ]
512 }, 532 },
513 { 533 {
514 "name": "$result", 534 "name": "$result",
515 "recipe_result": null, 535 "recipe_result": null,
516 "status_code": 0 536 "status_code": 0
517 } 537 }
518 ] 538 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698