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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN.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 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 "-w", 358 "-w",
359 "dupbuild=err", 359 "dupbuild=err",
360 "-C", 360 "-C",
361 "[SLAVE_BUILD]/v8/out/Release", 361 "[SLAVE_BUILD]/v8/out/Release",
362 "-j", 362 "-j",
363 "50" 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"
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 "~followup_annotations": [ 1123 "~followup_annotations": [
1124 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" 1124 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@"
1125 ] 1125 ]
1126 }, 1126 },
1127 { 1127 {
1128 "name": "$result", 1128 "name": "$result",
1129 "recipe_result": null, 1129 "recipe_result": null,
1130 "status_code": 0 1130 "status_code": 0
1131 } 1131 }
1132 ] 1132 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698