hashicorp / hc-install

Go module for downloading or locating HashiCorp binaries, verifying signatures and checksums, and asserting version constraints.

Home Page:https://pkg.go.dev/github.com/hashicorp/hc-install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run E2E tests nightly

radeksimko opened this issue · comments

There are certain parts of the codebase which could be considered more fragile as they rely heavily on external APIs.

Most notably build.GitRevision clones relevant product repositories and builds it. We may exceed timeout either for cloning or building, or our build instructions may get outdated.

It would be therefore useful to have more regular feedback when this happens.