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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 { 252 {
253 "cmd": [ 253 "cmd": [
254 "python", 254 "python",
255 "-u", 255 "-u",
256 "RECIPE_MODULE[recipe_engine::shutil]\\resources\\rmtree.py", 256 "RECIPE_MODULE[recipe_engine::shutil]\\resources\\rmtree.py",
257 "[SLAVE_BUILD]\\v8\\out\\gn" 257 "[SLAVE_BUILD]\\v8\\out\\gn"
258 ], 258 ],
259 "name": "rmtree [SLAVE_BUILD]\\v8\\out\\gn" 259 "name": "rmtree [SLAVE_BUILD]\\v8\\out\\gn"
260 }, 260 },
261 { 261 {
262 "cmd": [
263 "python",
264 "-u",
265 "\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"
266 ],
267 "name": "calculate the number of recommended jobs",
268 "stdout": "/path/to/tmp/",
269 "~followup_annotations": [
270 "@@@STEP_LOG_LINE@python.inline@@@@",
271 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
272 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
273 "@@@STEP_LOG_LINE@python.inline@@@@",
274 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
275 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
276 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
277 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
278 "@@@STEP_LOG_LINE@python.inline@@@@",
279 "@@@STEP_LOG_LINE@python.inline@try:@@@",
280 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
281 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
282 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
283 "@@@STEP_LOG_LINE@python.inline@@@@",
284 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
285 "@@@STEP_LOG_END@python.inline@@@"
286 ]
287 },
288 {
289 "cmd": [], 262 "cmd": [],
290 "name": "preprocess_for_goma" 263 "name": "preprocess_for_goma"
291 }, 264 },
292 { 265 {
293 "cmd": [ 266 "cmd": [
294 "python", 267 "python",
295 "-u", 268 "-u",
296 "[CACHE]\\cipd\\goma\\goma_ctl.py", 269 "[CACHE]\\cipd\\goma\\goma_ctl.py",
297 "restart" 270 "restart"
298 ], 271 ],
(...skipping 22 matching lines...) Expand all
321 "env": { 294 "env": {
322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
323 }, 296 },
324 "name": "preprocess_for_goma.start cloudtail", 297 "name": "preprocess_for_goma.start cloudtail",
325 "~followup_annotations": [ 298 "~followup_annotations": [
326 "@@@STEP_NEST_LEVEL@1@@@" 299 "@@@STEP_NEST_LEVEL@1@@@"
327 ] 300 ]
328 }, 301 },
329 { 302 {
330 "cmd": [ 303 "cmd": [
304 "python",
305 "-u",
306 "\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"
307 ],
308 "name": "calculate the number of recommended jobs",
309 "stdout": "/path/to/tmp/",
310 "~followup_annotations": [
311 "@@@STEP_LOG_LINE@python.inline@@@@",
312 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
313 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
314 "@@@STEP_LOG_LINE@python.inline@@@@",
315 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
316 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
317 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
318 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
319 "@@@STEP_LOG_LINE@python.inline@@@@",
320 "@@@STEP_LOG_LINE@python.inline@try:@@@",
321 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
322 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
323 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
324 "@@@STEP_LOG_LINE@python.inline@@@@",
325 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
326 "@@@STEP_LOG_END@python.inline@@@"
327 ]
328 },
329 {
330 "cmd": [
331 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 331 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
332 "-w", 332 "-w",
333 "dupbuild=err", 333 "dupbuild=err",
334 "-C", 334 "-C",
335 "[SLAVE_BUILD]\\v8\\out\\Debug", 335 "[SLAVE_BUILD]\\v8\\out\\Debug",
336 "-j", 336 "-j",
337 "50" 337 "50"
338 ], 338 ],
339 "env": { 339 "env": {
340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "~followup_annotations": [ 435 "~followup_annotations": [
436 "@@@STEP_NEST_LEVEL@1@@@" 436 "@@@STEP_NEST_LEVEL@1@@@"
437 ] 437 ]
438 }, 438 },
439 { 439 {
440 "name": "$result", 440 "name": "$result",
441 "recipe_result": null, 441 "recipe_result": null,
442 "status_code": 0 442 "status_code": 0
443 } 443 }
444 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698