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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch.json

Issue 2373463002: Try switching to the the all target instead of All (Closed)
Patch Set: Created 4 years, 2 months 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'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_ generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file ': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git' , 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', ' managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name' : 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_ generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file ': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git' , 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', ' managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name' : 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
252 }, 252 },
253 "name": "start cloudtail", 253 "name": "start cloudtail",
254 "stdout": "/path/to/tmp/" 254 "stdout": "/path/to/tmp/"
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "ninja", 258 "ninja",
259 "-C", 259 "-C",
260 "[SLAVE_BUILD]/src/out/Debug", 260 "[SLAVE_BUILD]/src/out/Debug",
261 "All", 261 "all",
262 "-t", 262 "-t",
263 "compdb", 263 "compdb",
264 "cc", 264 "cc",
265 "cxx", 265 "cxx",
266 "objc", 266 "objc",
267 "objcxx", 267 "objcxx",
268 "-j", 268 "-j",
269 "50" 269 "50"
270 ], 270 ],
271 "name": "generate compilation database for chromeos", 271 "name": "generate compilation database for chromeos",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "-u", 314 "-u",
315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", 315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
316 "--upload-compiler-proxy-info", 316 "--upload-compiler-proxy-info",
317 "--json-status", 317 "--json-status",
318 "[CACHE]/cipd/goma/jsonstatus", 318 "[CACHE]/cipd/goma/jsonstatus",
319 "--ninja-log-outdir", 319 "--ninja-log-outdir",
320 "[SLAVE_BUILD]/src/out/Debug", 320 "[SLAVE_BUILD]/src/out/Debug",
321 "--ninja-log-compiler", 321 "--ninja-log-compiler",
322 "goma", 322 "goma",
323 "--ninja-log-command", 323 "--ninja-log-command",
324 "['ninja', '-C', Path('checkout', 'out','Debug'), 'All', '-t', 'compdb', ' cc', 'cxx', 'objc', 'objcxx', '-j', 50]", 324 "['ninja', '-C', Path('checkout', 'out','Debug'), 'all', '-t', 'compdb', ' cc', 'cxx', 'objc', 'objcxx', '-j', 50]",
325 "--ninja-log-exit-status", 325 "--ninja-log-exit-status",
326 "0", 326 "0",
327 "--buildbot-buildername", 327 "--buildbot-buildername",
328 "ChromiumOS Codesearch", 328 "ChromiumOS Codesearch",
329 "--buildbot-mastername", 329 "--buildbot-mastername",
330 "chromium.infra.cron", 330 "chromium.infra.cron",
331 "--buildbot-slavename", 331 "--buildbot-slavename",
332 "TestSlavename" 332 "TestSlavename"
333 ], 333 ],
334 "env": { 334 "env": {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "-k 0", 397 "-k 0",
398 "--compiler", 398 "--compiler",
399 "goma-clang", 399 "goma-clang",
400 "--goma-jsonstatus", 400 "--goma-jsonstatus",
401 "/path/to/tmp/json", 401 "/path/to/tmp/json",
402 "--goma-service-account-json-file", 402 "--goma-service-account-json-file",
403 "/creds/service_accounts/service-account-goma-client.json", 403 "/creds/service_accounts/service-account-goma-client.json",
404 "--goma-dir", 404 "--goma-dir",
405 "[CACHE]/cipd/goma", 405 "[CACHE]/cipd/goma",
406 "--", 406 "--",
407 "All" 407 "all"
408 ], 408 ],
409 "env": { 409 "env": {
410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
411 }, 411 },
412 "name": "compile", 412 "name": "compile",
413 "~followup_annotations": [ 413 "~followup_annotations": [
414 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 414 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
415 "@@@STEP_LOG_END@json.output (invalid)@@@" 415 "@@@STEP_LOG_END@json.output (invalid)@@@"
416 ] 416 ]
417 }, 417 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
459 }, 459 },
460 "name": "start cloudtail (2)", 460 "name": "start cloudtail (2)",
461 "stdout": "/path/to/tmp/" 461 "stdout": "/path/to/tmp/"
462 }, 462 },
463 { 463 {
464 "cmd": [ 464 "cmd": [
465 "ninja", 465 "ninja",
466 "-C", 466 "-C",
467 "[SLAVE_BUILD]/src/out/Debug", 467 "[SLAVE_BUILD]/src/out/Debug",
468 "All", 468 "all",
469 "-t", 469 "-t",
470 "compdb", 470 "compdb",
471 "cc", 471 "cc",
472 "cxx", 472 "cxx",
473 "objc", 473 "objc",
474 "objcxx", 474 "objcxx",
475 "-j", 475 "-j",
476 "50" 476 "50"
477 ], 477 ],
478 "name": "generate compilation database for linux", 478 "name": "generate compilation database for linux",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 "-u", 521 "-u",
522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", 522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
523 "--upload-compiler-proxy-info", 523 "--upload-compiler-proxy-info",
524 "--json-status", 524 "--json-status",
525 "[CACHE]/cipd/goma/jsonstatus", 525 "[CACHE]/cipd/goma/jsonstatus",
526 "--ninja-log-outdir", 526 "--ninja-log-outdir",
527 "[SLAVE_BUILD]/src/out/Debug", 527 "[SLAVE_BUILD]/src/out/Debug",
528 "--ninja-log-compiler", 528 "--ninja-log-compiler",
529 "goma", 529 "goma",
530 "--ninja-log-command", 530 "--ninja-log-command",
531 "['ninja', '-C', Path('checkout', 'out','Debug'), 'All', '-t', 'compdb', ' cc', 'cxx', 'objc', 'objcxx', '-j', 50]", 531 "['ninja', '-C', Path('checkout', 'out','Debug'), 'all', '-t', 'compdb', ' cc', 'cxx', 'objc', 'objcxx', '-j', 50]",
532 "--ninja-log-exit-status", 532 "--ninja-log-exit-status",
533 "0", 533 "0",
534 "--buildbot-buildername", 534 "--buildbot-buildername",
535 "ChromiumOS Codesearch", 535 "ChromiumOS Codesearch",
536 "--buildbot-mastername", 536 "--buildbot-mastername",
537 "chromium.infra.cron", 537 "chromium.infra.cron",
538 "--buildbot-slavename", 538 "--buildbot-slavename",
539 "TestSlavename" 539 "TestSlavename"
540 ], 540 ],
541 "env": { 541 "env": {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 "name": "gsutil upload source tarball", 648 "name": "gsutil upload source tarball",
649 "~followup_annotations": [ 649 "~followup_annotations": [
650 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" 650 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@"
651 ] 651 ]
652 }, 652 },
653 { 653 {
654 "name": "$result", 654 "name": "$result",
655 "recipe_result": null, 655 "recipe_result": null,
656 "status_code": 0 656 "status_code": 0
657 } 657 }
658 ] 658 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698