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

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

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: update Created 4 years, 1 month 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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
9 "--patch_root", 9 "--patch_root",
10 "v8", 10 "v8",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", 267 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
268 "[SLAVE_BUILD]/v8/out/gn" 268 "[SLAVE_BUILD]/v8/out/gn"
269 ], 269 ],
270 "name": "rmtree [SLAVE_BUILD]/v8/out/gn" 270 "name": "rmtree [SLAVE_BUILD]/v8/out/gn"
271 }, 271 },
272 { 272 {
273 "cmd": [
274 "python",
275 "-u",
276 "\nimport multiprocessing\nimport sys\n\njob_limit = 200\nif sys.platform. startswith('linux'):\n # Use 80 for linux not to load goma backend.\n job_limi t = 80\n\ntry:\n jobs = min(job_limit, multiprocessing.cpu_count() * 10)\nexcep t NotImplementedError:\n jobs = 50\n\nprint jobs\n"
277 ],
278 "name": "calculate the number of recommended jobs",
279 "stdout": "/path/to/tmp/",
280 "~followup_annotations": [
281 "@@@STEP_LOG_LINE@python.inline@@@@",
282 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
283 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
284 "@@@STEP_LOG_LINE@python.inline@@@@",
285 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
286 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
287 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
288 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
289 "@@@STEP_LOG_LINE@python.inline@@@@",
290 "@@@STEP_LOG_LINE@python.inline@try:@@@",
291 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
292 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
293 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
294 "@@@STEP_LOG_LINE@python.inline@@@@",
295 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
296 "@@@STEP_LOG_END@python.inline@@@"
297 ]
298 },
299 {
300 "cmd": [], 273 "cmd": [],
301 "name": "preprocess_for_goma" 274 "name": "preprocess_for_goma"
302 }, 275 },
303 { 276 {
304 "cmd": [ 277 "cmd": [
305 "python", 278 "python",
306 "-u", 279 "-u",
307 "[CACHE]/cipd/goma/goma_ctl.py", 280 "[CACHE]/cipd/goma/goma_ctl.py",
308 "restart" 281 "restart"
309 ], 282 ],
(...skipping 22 matching lines...) Expand all
332 "env": { 305 "env": {
333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
334 }, 307 },
335 "name": "preprocess_for_goma.start cloudtail", 308 "name": "preprocess_for_goma.start cloudtail",
336 "~followup_annotations": [ 309 "~followup_annotations": [
337 "@@@STEP_NEST_LEVEL@1@@@" 310 "@@@STEP_NEST_LEVEL@1@@@"
338 ] 311 ]
339 }, 312 },
340 { 313 {
341 "cmd": [ 314 "cmd": [
315 "python",
316 "-u",
317 "\nimport multiprocessing\nimport sys\n\njob_limit = 200\nif sys.platform. startswith('linux'):\n # Use 80 for linux not to load goma backend.\n job_limi t = 80\n\ntry:\n jobs = min(job_limit, multiprocessing.cpu_count() * 10)\nexcep t NotImplementedError:\n jobs = 50\n\nprint jobs\n"
318 ],
319 "name": "calculate the number of recommended jobs",
320 "stdout": "/path/to/tmp/",
321 "~followup_annotations": [
322 "@@@STEP_LOG_LINE@python.inline@@@@",
323 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
324 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
325 "@@@STEP_LOG_LINE@python.inline@@@@",
326 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
327 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
328 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
329 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
330 "@@@STEP_LOG_LINE@python.inline@@@@",
331 "@@@STEP_LOG_LINE@python.inline@try:@@@",
332 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
333 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
334 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
335 "@@@STEP_LOG_LINE@python.inline@@@@",
336 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
337 "@@@STEP_LOG_END@python.inline@@@"
338 ]
339 },
340 {
341 "cmd": [
342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
343 "-w", 343 "-w",
344 "dupbuild=err", 344 "dupbuild=err",
345 "-C", 345 "-C",
346 "[SLAVE_BUILD]/v8/out/Release", 346 "[SLAVE_BUILD]/v8/out/Release",
347 "-j", 347 "-j",
348 "50" 348 "50"
349 ], 349 ],
350 "env": { 350 "env": {
351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 "~followup_annotations": [ 544 "~followup_annotations": [
545 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 545 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
546 ] 546 ]
547 }, 547 },
548 { 548 {
549 "name": "$result", 549 "name": "$result",
550 "recipe_result": null, 550 "recipe_result": null,
551 "status_code": 0 551 "status_code": 0
552 } 552 }
553 ] 553 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698