Revert "ResultDB: Hotfix for crbug/1340700."

This reverts commit 8bfa582fb1e6542855a6712d6f2577f888760366.

Reason for revert: this temporary fix is no longer needed

Original change's description:
> ResultDB: Hotfix for crbug/1340700.
>
> Bug: 1340700
> Change-Id: Ia3cd92dd052f0b84478a7b94f41408ceaab88608
> Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3736246
> Commit-Queue: Patrick Meiring <meiring@google.com>
> Reviewed-by: Patrick Meiring <meiring@google.com>

Bug: 1340700
Change-Id: Ifa92f564625fcf17e09b50ee061e0a5fce033683
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3736249
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Andrew Bennetts <abennetts@google.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
1 file changed
tree: 838cdcff47ee48eea838154488c4e8515bc444f1
  1. appengine/
  2. auth/
  3. auth_service/
  4. build/
  5. buildbucket/
  6. casviewer/
  7. cipd/
  8. client/
  9. cmdrunner/
  10. common/
  11. config/
  12. cv/
  13. deploy/
  14. examples/
  15. gae/
  16. gce/
  17. grpc/
  18. hacks/
  19. hardcoded/
  20. led/
  21. logdog/
  22. luci_notify/
  23. lucicfg/
  24. lucictx/
  25. luciexe/
  26. mailer/
  27. milo/
  28. mmutex/
  29. provenance/
  30. resultdb/
  31. scheduler/
  32. scripts/
  33. server/
  34. starlark/
  35. swarming/
  36. tokenserver/
  37. tools/
  38. vpython/
  39. web/
  40. .gitallowed
  41. .gitattributes
  42. .golangci.yml
  43. AUTHORS
  44. codereview.settings
  45. CONTRIBUTING.md
  46. CONTRIBUTORS
  47. go.mod
  48. go.sum
  49. LICENSE
  50. OWNERS
  51. PRESUBMIT.py
  52. README.md
  53. tools.go
  54. 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.