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

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

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: fix pylint 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 }, 278 },
279 "name": "clang_revision", 279 "name": "clang_revision",
280 "~followup_annotations": [ 280 "~followup_annotations": [
281 "@@@STEP_LOG_LINE@json.output@{@@@", 281 "@@@STEP_LOG_LINE@json.output@{@@@",
282 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
283 "@@@STEP_LOG_LINE@json.output@}@@@", 283 "@@@STEP_LOG_LINE@json.output@}@@@",
284 "@@@STEP_LOG_END@json.output@@@" 284 "@@@STEP_LOG_END@json.output@@@"
285 ] 285 ]
286 }, 286 },
287 { 287 {
288 "cmd": [
289 "python",
290 "-u",
291 "\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"
292 ],
293 "name": "calculate the number of recommended jobs",
294 "stdout": "/path/to/tmp/",
295 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@python.inline@@@@",
297 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
298 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
299 "@@@STEP_LOG_LINE@python.inline@@@@",
300 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
301 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
302 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
303 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
304 "@@@STEP_LOG_LINE@python.inline@@@@",
305 "@@@STEP_LOG_LINE@python.inline@try:@@@",
306 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
307 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
308 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
309 "@@@STEP_LOG_LINE@python.inline@@@@",
310 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
311 "@@@STEP_LOG_END@python.inline@@@"
312 ]
313 },
314 {
315 "cmd": [], 288 "cmd": [],
316 "name": "preprocess_for_goma" 289 "name": "preprocess_for_goma"
317 }, 290 },
318 { 291 {
319 "cmd": [ 292 "cmd": [
320 "python", 293 "python",
321 "-u", 294 "-u",
322 "[CACHE]/cipd/goma/goma_ctl.py", 295 "[CACHE]/cipd/goma/goma_ctl.py",
323 "restart" 296 "restart"
324 ], 297 ],
(...skipping 22 matching lines...) Expand all
347 "env": { 320 "env": {
348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
349 }, 322 },
350 "name": "preprocess_for_goma.start cloudtail", 323 "name": "preprocess_for_goma.start cloudtail",
351 "~followup_annotations": [ 324 "~followup_annotations": [
352 "@@@STEP_NEST_LEVEL@1@@@" 325 "@@@STEP_NEST_LEVEL@1@@@"
353 ] 326 ]
354 }, 327 },
355 { 328 {
356 "cmd": [ 329 "cmd": [
330 "python",
331 "-u",
332 "\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"
333 ],
334 "name": "calculate the number of recommended jobs",
335 "stdout": "/path/to/tmp/",
336 "~followup_annotations": [
337 "@@@STEP_LOG_LINE@python.inline@@@@",
338 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
339 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
340 "@@@STEP_LOG_LINE@python.inline@@@@",
341 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
342 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
343 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
344 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
345 "@@@STEP_LOG_LINE@python.inline@@@@",
346 "@@@STEP_LOG_LINE@python.inline@try:@@@",
347 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
348 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
349 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
350 "@@@STEP_LOG_LINE@python.inline@@@@",
351 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
352 "@@@STEP_LOG_END@python.inline@@@"
353 ]
354 },
355 {
356 "cmd": [
357 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 357 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
358 "-j",
359 "50",
358 "-w", 360 "-w",
359 "dupbuild=err", 361 "dupbuild=err",
360 "-C", 362 "-C",
361 "[SLAVE_BUILD]/v8/out/Release", 363 "[SLAVE_BUILD]/v8/out/Release"
362 "-j",
363 "50"
364 ], 364 ],
365 "env": { 365 "env": {
366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
367 }, 367 },
368 "name": "compile with ninja" 368 "name": "compile with ninja"
369 }, 369 },
370 { 370 {
371 "cmd": [], 371 "cmd": [],
372 "name": "postprocess_for_goma" 372 "name": "postprocess_for_goma"
373 }, 373 },
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "-u", 423 "-u",
424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", 424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
425 "--upload-compiler-proxy-info", 425 "--upload-compiler-proxy-info",
426 "--json-status", 426 "--json-status",
427 "[CACHE]/cipd/goma/jsonstatus", 427 "[CACHE]/cipd/goma/jsonstatus",
428 "--ninja-log-outdir", 428 "--ninja-log-outdir",
429 "[SLAVE_BUILD]/v8/out/Release", 429 "[SLAVE_BUILD]/v8/out/Release",
430 "--ninja-log-compiler", 430 "--ninja-log-compiler",
431 "goma-clang", 431 "goma-clang",
432 "--ninja-log-command", 432 "--ninja-log-command",
433 "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-w', 'dupbuild=err', '-C', '[ SLAVE_BUILD]/v8/out/Release', '-j', 50]", 433 "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-j', 50, '-w', 'dupbuild=err' , '-C', '[SLAVE_BUILD]/v8/out/Release']",
434 "--ninja-log-exit-status", 434 "--ninja-log-exit-status",
435 "0", 435 "0",
436 "--buildbot-buildername", 436 "--buildbot-buildername",
437 "V8 Linux64 TSAN", 437 "V8 Linux64 TSAN",
438 "--buildbot-mastername", 438 "--buildbot-mastername",
439 "client.v8", 439 "client.v8",
440 "--buildbot-slavename", 440 "--buildbot-slavename",
441 "TestSlavename" 441 "TestSlavename"
442 ], 442 ],
443 "env": { 443 "env": {
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1046 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1047 "@@@STEP_LOG_END@durations@@@" 1047 "@@@STEP_LOG_END@durations@@@"
1048 ] 1048 ]
1049 }, 1049 },
1050 { 1050 {
1051 "name": "$result", 1051 "name": "$result",
1052 "recipe_result": null, 1052 "recipe_result": null,
1053 "status_code": 0 1053 "status_code": 0
1054 } 1054 }
1055 ] 1055 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698