| OLD | NEW |
| 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]/Chromium_ASAN___debug", | 7 "[BUILDER_CACHE]/Chromium_ASAN___debug", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "@@@STEP_LOG_LINE@json.output@ }@@@", | 186 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 187 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 188 "@@@STEP_LOG_LINE@json.output@}@@@", | 188 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 189 "@@@STEP_LOG_END@json.output@@@" | 189 "@@@STEP_LOG_END@json.output@@@" |
| 190 ] | 190 ] |
| 191 }, | 191 }, |
| 192 { | 192 { |
| 193 "cmd": [ | 193 "cmd": [ |
| 194 "python", | 194 "python", |
| 195 "-u", | 195 "-u", |
| 196 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 197 ], |
| 198 "name": "ensure_goma.get the number of cpus", |
| 199 "stdout": "/path/to/tmp/", |
| 200 "~followup_annotations": [ |
| 201 "@@@STEP_NEST_LEVEL@1@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 205 "@@@STEP_LOG_END@python.inline@@@" |
| 206 ] |
| 207 }, |
| 208 { |
| 209 "cmd": [ |
| 210 "python", |
| 211 "-u", |
| 196 "\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", | 212 "\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", |
| 197 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug" | 213 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug" |
| 198 ], | 214 ], |
| 199 "name": "rmtree clobber", | 215 "name": "rmtree clobber", |
| 200 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 201 "@@@STEP_LOG_LINE@python.inline@@@@", | 217 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 218 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 219 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@@@@", | 220 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@@@@", | 221 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 446 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 431 "@@@STEP_LOG_END@python.inline@@@" | 447 "@@@STEP_LOG_END@python.inline@@@" |
| 432 ] | 448 ] |
| 433 }, | 449 }, |
| 434 { | 450 { |
| 435 "name": "$result", | 451 "name": "$result", |
| 436 "recipe_result": null, | 452 "recipe_result": null, |
| 437 "status_code": 0 | 453 "status_code": 0 |
| 438 } | 454 } |
| 439 ] | 455 ] |
| OLD | NEW |