[upload_debug_symbols] Fix channel behavior

For errors, this should be set to concurrentUploadCount,
not defaultConcurrentUploadCount.

For uploadPaths, this adds a proper goroutine to receive
from the channel and build a string, rather than building
the string once all uploads have completed.

Bug: 10180
Change-Id: I74d35b7890b1f1aae4d4e86a416c33fd3a228adc
1 file changed
tree: 46e563724691079e404f0547a660aa427b5770e3
  1. artifacts/
  2. botanist/
  3. buildbucket/
  4. cmd/
  5. digest/
  6. gcs/
  7. gotidy/
  8. resultstore/
  9. secrets/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. PATENTS
  18. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}