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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 }, 262 },
263 "name": "clang_revision", 263 "name": "clang_revision",
264 "~followup_annotations": [ 264 "~followup_annotations": [
265 "@@@STEP_LOG_LINE@json.output@{@@@", 265 "@@@STEP_LOG_LINE@json.output@{@@@",
266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
267 "@@@STEP_LOG_LINE@json.output@}@@@", 267 "@@@STEP_LOG_LINE@json.output@}@@@",
268 "@@@STEP_LOG_END@json.output@@@" 268 "@@@STEP_LOG_END@json.output@@@"
269 ] 269 ]
270 }, 270 },
271 { 271 {
272 "cmd": [
273 "python",
274 "-u",
275 "\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"
276 ],
277 "name": "calculate the number of recommended jobs",
278 "stdout": "/path/to/tmp/",
279 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@python.inline@@@@",
281 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
282 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
283 "@@@STEP_LOG_LINE@python.inline@@@@",
284 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
285 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
286 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
287 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
288 "@@@STEP_LOG_LINE@python.inline@@@@",
289 "@@@STEP_LOG_LINE@python.inline@try:@@@",
290 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
291 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
292 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
293 "@@@STEP_LOG_LINE@python.inline@@@@",
294 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
295 "@@@STEP_LOG_END@python.inline@@@"
296 ]
297 },
298 {
299 "cmd": [], 272 "cmd": [],
300 "name": "preprocess_for_goma" 273 "name": "preprocess_for_goma"
301 }, 274 },
302 { 275 {
303 "cmd": [ 276 "cmd": [
304 "python", 277 "python",
305 "-u", 278 "-u",
306 "[CACHE]/cipd/goma/goma_ctl.py", 279 "[CACHE]/cipd/goma/goma_ctl.py",
307 "restart" 280 "restart"
308 ], 281 ],
(...skipping 23 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 "FORCE_MAC_TOOLCHAIN": "1", 351 "FORCE_MAC_TOOLCHAIN": "1",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 473 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
474 ], 474 ],
475 "name": "package build" 475 "name": "package build"
476 }, 476 },
477 { 477 {
478 "name": "$result", 478 "name": "$result",
479 "recipe_result": null, 479 "recipe_result": null,
480 "status_code": 0 480 "status_code": 0
481 } 481 }
482 ] 482 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698