sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

ci: test bundle-upgrade scenario #301

Closed sthaha closed 10 months ago

sthaha commented 10 months ago

Previously, in CI, the operator bundle was installed on a clean cluster instead of the scenario where the bundle is upgraded. This has resulted in bundle getting rejected in Community Operator Catalog when the upgrade test failed.

This commit modifies the e2e test to run the upgrade scenario instead of installing on a fresh cluster.