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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.json

Issue 2291273005: Add counting the number of CPU's in goma module (Closed)
Patch Set: 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - gcov coverage", 10 "V8 Linux64 - gcov coverage",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "@@@STEP_LOG_LINE@json.output@ }@@@", 111 "@@@STEP_LOG_LINE@json.output@ }@@@",
112 "@@@STEP_LOG_LINE@json.output@ ]@@@", 112 "@@@STEP_LOG_LINE@json.output@ ]@@@",
113 "@@@STEP_LOG_LINE@json.output@}@@@", 113 "@@@STEP_LOG_LINE@json.output@}@@@",
114 "@@@STEP_LOG_END@json.output@@@" 114 "@@@STEP_LOG_END@json.output@@@"
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
122 ],
123 "name": "ensure_goma.get the number of cpus",
124 "stdout": "/path/to/tmp/",
125 "~followup_annotations": [
126 "@@@STEP_NEST_LEVEL@1@@@",
127 "@@@STEP_LOG_LINE@python.inline@@@@",
128 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
129 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
130 "@@@STEP_LOG_END@python.inline@@@"
131 ]
132 },
133 {
134 "cmd": [
135 "python",
136 "-u",
121 "\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", 137 "\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",
122 "[SLAVE_BUILD]/v8/out/Release" 138 "[SLAVE_BUILD]/v8/out/Release"
123 ], 139 ],
124 "name": "rmtree clobber", 140 "name": "rmtree clobber",
125 "~followup_annotations": [ 141 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@python.inline@@@@", 142 "@@@STEP_LOG_LINE@python.inline@@@@",
127 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 143 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
128 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 144 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
129 "@@@STEP_LOG_LINE@python.inline@@@@", 145 "@@@STEP_LOG_LINE@python.inline@@@@",
130 "@@@STEP_LOG_LINE@python.inline@@@@", 146 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "~followup_annotations": [ 425 "~followup_annotations": [
410 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 426 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
411 ] 427 ]
412 }, 428 },
413 { 429 {
414 "name": "$result", 430 "name": "$result",
415 "recipe_result": null, 431 "recipe_result": null,
416 "status_code": 0 432 "status_code": 0
417 } 433 }
418 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698