[bbagent] populate swarming hostname and taskid if missing

R=iannucci

Bug: 1087918
Change-Id: I19e93612154fc436db2e5e1e31f011fac9b12fe5
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2231387
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Auto-Submit: Yiwei Zhang <yiwzhang@google.com>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
2 files changed
tree: 5be451b73200782e3a477bf992e5ad952cdc8dd0
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. cmdrunner/
  7. common/
  8. config/
  9. cq/
  10. dm/
  11. examples/
  12. gce/
  13. grpc/
  14. hardcoded/
  15. led/
  16. logdog/
  17. luci_notify/
  18. lucicfg/
  19. lucictx/
  20. luciexe/
  21. machine-db/
  22. milo/
  23. mmutex/
  24. mp/
  25. resultdb/
  26. scheduler/
  27. server/
  28. starlark/
  29. swarming/
  30. tokenserver/
  31. tools/
  32. tumble/
  33. vpython/
  34. web/
  35. .gitallowed
  36. .gitattributes
  37. .gitignore
  38. AUTHORS
  39. codereview.settings
  40. CONTRIBUTING.md
  41. CONTRIBUTORS
  42. LICENSE
  43. OWNERS
  44. PRESUBMIT.py
  45. README.md
  46. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.