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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_msan_rel.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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 }, 284 },
285 "name": "clang_revision", 285 "name": "clang_revision",
286 "~followup_annotations": [ 286 "~followup_annotations": [
287 "@@@STEP_LOG_LINE@json.output@{@@@", 287 "@@@STEP_LOG_LINE@json.output@{@@@",
288 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 288 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
289 "@@@STEP_LOG_LINE@json.output@}@@@", 289 "@@@STEP_LOG_LINE@json.output@}@@@",
290 "@@@STEP_LOG_END@json.output@@@" 290 "@@@STEP_LOG_END@json.output@@@"
291 ] 291 ]
292 }, 292 },
293 { 293 {
294 "cmd": [
295 "python",
296 "-u",
297 "\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"
298 ],
299 "name": "calculate the number of recommended jobs",
300 "stdout": "/path/to/tmp/",
301 "~followup_annotations": [
302 "@@@STEP_LOG_LINE@python.inline@@@@",
303 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
304 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
305 "@@@STEP_LOG_LINE@python.inline@@@@",
306 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
307 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
308 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
309 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
310 "@@@STEP_LOG_LINE@python.inline@@@@",
311 "@@@STEP_LOG_LINE@python.inline@try:@@@",
312 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
313 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
314 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
315 "@@@STEP_LOG_LINE@python.inline@@@@",
316 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
317 "@@@STEP_LOG_END@python.inline@@@"
318 ]
319 },
320 {
321 "cmd": [], 294 "cmd": [],
322 "name": "preprocess_for_goma" 295 "name": "preprocess_for_goma"
323 }, 296 },
324 { 297 {
325 "cmd": [ 298 "cmd": [
326 "python", 299 "python",
327 "-u", 300 "-u",
328 "[CACHE]/cipd/goma/goma_ctl.py", 301 "[CACHE]/cipd/goma/goma_ctl.py",
329 "restart" 302 "restart"
330 ], 303 ],
(...skipping 22 matching lines...) Expand all
353 "env": { 326 "env": {
354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 327 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
355 }, 328 },
356 "name": "preprocess_for_goma.start cloudtail", 329 "name": "preprocess_for_goma.start cloudtail",
357 "~followup_annotations": [ 330 "~followup_annotations": [
358 "@@@STEP_NEST_LEVEL@1@@@" 331 "@@@STEP_NEST_LEVEL@1@@@"
359 ] 332 ]
360 }, 333 },
361 { 334 {
362 "cmd": [ 335 "cmd": [
336 "python",
337 "-u",
338 "\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"
339 ],
340 "name": "calculate the number of recommended jobs",
341 "stdout": "/path/to/tmp/",
342 "~followup_annotations": [
343 "@@@STEP_LOG_LINE@python.inline@@@@",
344 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
345 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
346 "@@@STEP_LOG_LINE@python.inline@@@@",
347 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
348 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
349 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
350 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
351 "@@@STEP_LOG_LINE@python.inline@@@@",
352 "@@@STEP_LOG_LINE@python.inline@try:@@@",
353 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
354 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
355 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
356 "@@@STEP_LOG_LINE@python.inline@@@@",
357 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
358 "@@@STEP_LOG_END@python.inline@@@"
359 ]
360 },
361 {
362 "cmd": [
363 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 363 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
364 "-w", 364 "-w",
365 "dupbuild=err", 365 "dupbuild=err",
366 "-C", 366 "-C",
367 "[SLAVE_BUILD]/v8/out/Release", 367 "[SLAVE_BUILD]/v8/out/Release",
368 "-j", 368 "-j",
369 "50" 369 "50"
370 ], 370 ],
371 "env": { 371 "env": {
372 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 372 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1088 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1089 "@@@STEP_LOG_END@durations@@@" 1089 "@@@STEP_LOG_END@durations@@@"
1090 ] 1090 ]
1091 }, 1091 },
1092 { 1092 {
1093 "name": "$result", 1093 "name": "$result",
1094 "recipe_result": null, 1094 "recipe_result": null,
1095 "status_code": 0 1095 "status_code": 0
1096 } 1096 }
1097 ] 1097 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698