[go] Stop enforcing code coverage, stop using *.infra_testing files.

Enforcing code coverage in golang code doesn't seem to bring any positive
feelings and just devolves into a toil of updating *.infra_testing file.

Additionally, go toolset has advanced a lot since 2014. It now longer picks up
stale code from pkg/*, so no need to rebuild dependencies before tests.

As a side effect, this CL now enables tests on all platforms, since
"skip_testing" feature was implemented in *.infra_testing files.

R=iannucci@chromium.org

Change-Id: Id50e645372d70f5ec5c02e9b788e86658729e04d
Reviewed-on: https://chromium-review.googlesource.com/c/1330095
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Cr-Commit-Position: refs/heads/master@{#18920}
7 files changed
tree: 219374c3a7e64dce36f49427533daf613ef92713
  1. cmd/
  2. pkg/
  3. BROWSE.md
  4. Makefile
  5. OWNERS
  6. README.md
  7. rotang.go
  8. SWITCH.md
README.md

Rota-NG

This is the home of the Rotation Manager-NG Design Doc.

The goal is replace the current Python script generating the Sheriff rota with this Go AppeEngine service. This to have a better base for running/managing the service and future developments

Source structure.

See BROWSE.md

Switch over from the old service to this.

See SWITCH.md