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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 }, 259 },
260 "name": "clang_revision", 260 "name": "clang_revision",
261 "~followup_annotations": [ 261 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@json.output@{@@@", 262 "@@@STEP_LOG_LINE@json.output@{@@@",
263 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
264 "@@@STEP_LOG_LINE@json.output@}@@@", 264 "@@@STEP_LOG_LINE@json.output@}@@@",
265 "@@@STEP_LOG_END@json.output@@@" 265 "@@@STEP_LOG_END@json.output@@@"
266 ] 266 ]
267 }, 267 },
268 { 268 {
269 "cmd": [
270 "python",
271 "-u",
272 "\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"
273 ],
274 "name": "calculate the number of recommended jobs",
275 "stdout": "/path/to/tmp/",
276 "~followup_annotations": [
277 "@@@STEP_LOG_LINE@python.inline@@@@",
278 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
279 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
280 "@@@STEP_LOG_LINE@python.inline@@@@",
281 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
282 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
283 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
284 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
285 "@@@STEP_LOG_LINE@python.inline@@@@",
286 "@@@STEP_LOG_LINE@python.inline@try:@@@",
287 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
288 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
289 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
290 "@@@STEP_LOG_LINE@python.inline@@@@",
291 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
292 "@@@STEP_LOG_END@python.inline@@@"
293 ]
294 },
295 {
296 "cmd": [], 269 "cmd": [],
297 "name": "preprocess_for_goma" 270 "name": "preprocess_for_goma"
298 }, 271 },
299 { 272 {
300 "cmd": [ 273 "cmd": [
301 "python", 274 "python",
302 "-u", 275 "-u",
303 "[CACHE]/cipd/goma/goma_ctl.py", 276 "[CACHE]/cipd/goma/goma_ctl.py",
304 "restart" 277 "restart"
305 ], 278 ],
(...skipping 22 matching lines...) Expand all
328 "env": { 301 "env": {
329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
330 }, 303 },
331 "name": "preprocess_for_goma.start cloudtail", 304 "name": "preprocess_for_goma.start cloudtail",
332 "~followup_annotations": [ 305 "~followup_annotations": [
333 "@@@STEP_NEST_LEVEL@1@@@" 306 "@@@STEP_NEST_LEVEL@1@@@"
334 ] 307 ]
335 }, 308 },
336 { 309 {
337 "cmd": [ 310 "cmd": [
311 "python",
312 "-u",
313 "\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"
314 ],
315 "name": "calculate the number of recommended jobs",
316 "stdout": "/path/to/tmp/",
317 "~followup_annotations": [
318 "@@@STEP_LOG_LINE@python.inline@@@@",
319 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
320 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
321 "@@@STEP_LOG_LINE@python.inline@@@@",
322 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
323 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
324 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
325 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
326 "@@@STEP_LOG_LINE@python.inline@@@@",
327 "@@@STEP_LOG_LINE@python.inline@try:@@@",
328 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
329 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
330 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
331 "@@@STEP_LOG_LINE@python.inline@@@@",
332 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
333 "@@@STEP_LOG_END@python.inline@@@"
334 ]
335 },
336 {
337 "cmd": [
338 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 338 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
339 "-w", 339 "-w",
340 "dupbuild=err", 340 "dupbuild=err",
341 "-C", 341 "-C",
342 "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 342 "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
343 "All",
343 "-j", 344 "-j",
344 "50", 345 "50"
345 "All"
346 ], 346 ],
347 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 347 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
348 "env": { 348 "env": {
349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
350 }, 350 },
351 "name": "compile with ninja" 351 "name": "compile with ninja"
352 }, 352 },
353 { 353 {
354 "cmd": [], 354 "cmd": [],
355 "name": "postprocess_for_goma" 355 "name": "postprocess_for_goma"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "-u", 406 "-u",
407 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", 407 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
408 "--upload-compiler-proxy-info", 408 "--upload-compiler-proxy-info",
409 "--json-status", 409 "--json-status",
410 "[CACHE]/cipd/goma/jsonstatus", 410 "[CACHE]/cipd/goma/jsonstatus",
411 "--ninja-log-outdir", 411 "--ninja-log-outdir",
412 "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 412 "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
413 "--ninja-log-compiler", 413 "--ninja-log-compiler",
414 "goma-clang", 414 "goma-clang",
415 "--ninja-log-command", 415 "--ninja-log-command",
416 "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-w', 'dupbuild=err', '-C', '[ BUILDER_CACHE]/ios/src/out/Release-iphoneos', '-j', 50, 'All']", 416 "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-w', 'dupbuild=err', '-C', '[ BUILDER_CACHE]/ios/src/out/Release-iphoneos', 'All', '-j', 50]",
417 "--ninja-log-exit-status", 417 "--ninja-log-exit-status",
418 "0", 418 "0",
419 "--buildbot-buildername", 419 "--buildbot-buildername",
420 "ios", 420 "ios",
421 "--buildbot-mastername", 421 "--buildbot-mastername",
422 "chromium.fake", 422 "chromium.fake",
423 "--buildbot-slavename", 423 "--buildbot-slavename",
424 "fake-vm" 424 "fake-vm"
425 ], 425 ],
426 "env": { 426 "env": {
(...skipping 17 matching lines...) Expand all
444 "~followup_annotations": [ 444 "~followup_annotations": [
445 "@@@STEP_NEST_LEVEL@1@@@" 445 "@@@STEP_NEST_LEVEL@1@@@"
446 ] 446 ]
447 }, 447 },
448 { 448 {
449 "name": "$result", 449 "name": "$result",
450 "recipe_result": null, 450 "recipe_result": null,
451 "status_code": 0 451 "status_code": 0
452 } 452 }
453 ] 453 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698