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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_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 linux", 271 "name": "generate compilation database for linux",
(...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 "Chromium Linux Codesearch", 328 "Chromium Linux 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "name": "gsutil upload source tarball", 503 "name": "gsutil upload source tarball",
504 "~followup_annotations": [ 504 "~followup_annotations": [
505 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_linux_170242.tar.bz2@@@" 505 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_linux_170242.tar.bz2@@@"
506 ] 506 ]
507 }, 507 },
508 { 508 {
509 "name": "$result", 509 "name": "$result",
510 "recipe_result": null, 510 "recipe_result": null,
511 "status_code": 0 511 "status_code": 0
512 } 512 }
513 ] 513 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698