villebro commented on PR #315: URL: https://github.com/apache/superset-kubernetes-operator/pull/315#issuecomment-5443722253
The 1.35 e2e failure is related to the previous lint failure in cause, but it is a different tool. The job failed before running the actual e2e tests while `make test-e2e` was bootstrapping `controller-gen` via `go install`; the `sum.golang.org` HTTP/2 `INTERNAL_ERROR` happened while verifying controller-tools transitive modules. I pushed `d144c6a`, which switches `controller-gen` to the upstream prebuilt release binary and verifies it through the same `hack/tool-checksums.txt` pinning flow. This removes another cold-cache `go install` path from the CI e2e prerequisites. Verified locally: - `make verify-tool-checksums` - fresh temp `make controller-gen LOCALBIN=/private/tmp/sko-controller-gen-bin-test` - `/private/tmp/sko-controller-gen-bin-test/controller-gen --version` - `make manifests generate LOCALBIN=/private/tmp/sko-controller-gen-bin-test` - `make lint-go-config` - `make lint-go` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
