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
feat(ci): add separate make targets for scale-to-zero e2e tests
- Add test-e2e-scale-to-zero target for Kind cluster tests
- Add test-e2e-openshift-scale-to-zero target for OpenShift tests
- Tests are isolated from other e2e tests via Ginkgo focus pattern
- Scale-to-zero tests create their own resources and clean up after
Usage:
make test-e2e-scale-to-zero # Kind cluster
make test-e2e-openshift-scale-to-zero # OpenShift cluster
0 commit comments