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

Side by Side Diff: scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: fix pylint 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': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }, 209 },
210 "name": "clang_revision", 210 "name": "clang_revision",
211 "~followup_annotations": [ 211 "~followup_annotations": [
212 "@@@STEP_LOG_LINE@json.output@{@@@", 212 "@@@STEP_LOG_LINE@json.output@{@@@",
213 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 213 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
214 "@@@STEP_LOG_LINE@json.output@}@@@", 214 "@@@STEP_LOG_LINE@json.output@}@@@",
215 "@@@STEP_LOG_END@json.output@@@" 215 "@@@STEP_LOG_END@json.output@@@"
216 ] 216 ]
217 }, 217 },
218 { 218 {
219 "cmd": [
220 "python",
221 "-u",
222 "\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"
223 ],
224 "name": "calculate the number of recommended jobs",
225 "stdout": "/path/to/tmp/",
226 "~followup_annotations": [
227 "@@@STEP_LOG_LINE@python.inline@@@@",
228 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
229 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
230 "@@@STEP_LOG_LINE@python.inline@@@@",
231 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
232 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
233 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
234 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
235 "@@@STEP_LOG_LINE@python.inline@@@@",
236 "@@@STEP_LOG_LINE@python.inline@try:@@@",
237 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
238 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
239 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
240 "@@@STEP_LOG_LINE@python.inline@@@@",
241 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
242 "@@@STEP_LOG_END@python.inline@@@"
243 ]
244 },
245 {
246 "cmd": [], 219 "cmd": [],
247 "name": "preprocess_for_goma" 220 "name": "preprocess_for_goma"
248 }, 221 },
249 { 222 {
250 "cmd": [ 223 "cmd": [
251 "python", 224 "python",
252 "-u", 225 "-u",
253 "[CACHE]/cipd/goma/goma_ctl.py", 226 "[CACHE]/cipd/goma/goma_ctl.py",
254 "restart" 227 "restart"
255 ], 228 ],
(...skipping 23 matching lines...) Expand all
279 "env": { 252 "env": {
280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
281 }, 254 },
282 "name": "preprocess_for_goma.start cloudtail", 255 "name": "preprocess_for_goma.start cloudtail",
283 "~followup_annotations": [ 256 "~followup_annotations": [
284 "@@@STEP_NEST_LEVEL@1@@@" 257 "@@@STEP_NEST_LEVEL@1@@@"
285 ] 258 ]
286 }, 259 },
287 { 260 {
288 "cmd": [ 261 "cmd": [
262 "python",
263 "-u",
264 "\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"
265 ],
266 "name": "calculate the number of recommended jobs",
267 "stdout": "/path/to/tmp/",
268 "~followup_annotations": [
269 "@@@STEP_LOG_LINE@python.inline@@@@",
270 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
271 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
272 "@@@STEP_LOG_LINE@python.inline@@@@",
273 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@",
274 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@",
275 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back end.@@@",
276 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@",
277 "@@@STEP_LOG_LINE@python.inline@@@@",
278 "@@@STEP_LOG_LINE@python.inline@try:@@@",
279 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp u_count() * 10)@@@",
280 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
281 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
282 "@@@STEP_LOG_LINE@python.inline@@@@",
283 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
284 "@@@STEP_LOG_END@python.inline@@@"
285 ]
286 },
287 {
288 "cmd": [
289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
290 "-j",
291 "50",
290 "-w", 292 "-w",
291 "dupbuild=err", 293 "dupbuild=err",
292 "-C", 294 "-C",
293 "[SLAVE_BUILD]/src/out/Release", 295 "[SLAVE_BUILD]/src/out/Release",
294 "-j",
295 "50",
296 "empty_fuzzer" 296 "empty_fuzzer"
297 ], 297 ],
298 "env": { 298 "env": {
299 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 299 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
300 "LLVM_FORCE_HEAD_REVISION": "YES" 300 "LLVM_FORCE_HEAD_REVISION": "YES"
301 }, 301 },
302 "name": "compile with ninja" 302 "name": "compile with ninja"
303 }, 303 },
304 { 304 {
305 "cmd": [], 305 "cmd": [],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "-u", 357 "-u",
358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", 358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
359 "--upload-compiler-proxy-info", 359 "--upload-compiler-proxy-info",
360 "--json-status", 360 "--json-status",
361 "[CACHE]/cipd/goma/jsonstatus", 361 "[CACHE]/cipd/goma/jsonstatus",
362 "--ninja-log-outdir", 362 "--ninja-log-outdir",
363 "[SLAVE_BUILD]/src/out/Release", 363 "[SLAVE_BUILD]/src/out/Release",
364 "--ninja-log-compiler", 364 "--ninja-log-compiler",
365 "goma-clang", 365 "goma-clang",
366 "--ninja-log-command", 366 "--ninja-log-command",
367 "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-w', 'dupbuild=err', '-C', '[ SLAVE_BUILD]/src/out/Release', '-j', 50, 'empty_fuzzer']", 367 "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-j', 50, '-w', 'dupbuild=err' , '-C', '[SLAVE_BUILD]/src/out/Release', 'empty_fuzzer']",
368 "--ninja-log-exit-status", 368 "--ninja-log-exit-status",
369 "0", 369 "0",
370 "--buildbot-buildername", 370 "--buildbot-buildername",
371 "ClangToTLinuxASanLibfuzzer", 371 "ClangToTLinuxASanLibfuzzer",
372 "--buildbot-mastername", 372 "--buildbot-mastername",
373 "chromium.fyi", 373 "chromium.fyi",
374 "--buildbot-slavename", 374 "--buildbot-slavename",
375 "TestSlavename" 375 "TestSlavename"
376 ], 376 ],
377 "env": { 377 "env": {
(...skipping 24 matching lines...) Expand all
402 "-runs=1" 402 "-runs=1"
403 ], 403 ],
404 "name": "running empty_fuzzer" 404 "name": "running empty_fuzzer"
405 }, 405 },
406 { 406 {
407 "name": "$result", 407 "name": "$result",
408 "recipe_result": null, 408 "recipe_result": null,
409 "status_code": 0 409 "status_code": 0
410 } 410 }
411 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698