You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop `hack/test-prerequisites.go` because it was only used to install CRDs that
will be present on all OpenShift clusters (I dont think testing against plain
k8s clusters is something that we ever needed). With new CRDs such as
`ClusterVersionOperator` this gets stale, and the script did not take feature
sets into account either.
Drop the `hack/test-integration.sh` because its only purpose was to run the
prerequisite installation dropped above before `go test`. `Makefile` can easily
run the `go test` incantation for integration tests itself, just as it does
for `make test`, and it is immediately different how integration tests are
different from normal ones.
Also update some related documentation.
0 commit comments