scylla-operator
scylla-operator copied to clipboard
E2E conformance suite needs to work with storage on EKS
By default e2e tests run tests that require objects storage. All tests in the conformance suite have to work on all supported platforms or go to a different suite. The conformance suite should be able to validate existing (pre)production clusters.
Our tests with object storage fail when not run on GKE.
https://github.com/scylladb/scylla-operator/blob/8ec06d651f956bae0a0b159249ef3f32a9905e67/test/e2e/set/scyllacluster/scyllamanager_object_storage.go#L42-L51
We have to add support for EKS, or move this out of the conformance suite. Given this is already done, adding EKS support seems to be the most beneficial at this point.
Note: We should backport the fix.