etcd-cluster-operator icon indicating copy to clipboard operation
etcd-cluster-operator copied to clipboard

Kubernetes version matrix testing

Open JamesLaverack opened this issue 6 years ago • 0 comments

Currently our end to end testing is executed via KIND (see make kind) and targets only the latest version of k8s. We are documented as supporting all versions of Kubernetes from v1.12 forwards. We should execute a 'matrix' test across all supported Kubernetes versions.

In order to save compute resource, this should not be done on every push to a PR, but only periodically on master when there are changes.

JamesLaverack avatar Oct 25 '19 12:10 JamesLaverack