sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

feat(ci): Add workflow for operator upgrade scenario #415

Closed vprashar2929 closed 1 month ago

vprashar2929 commented 2 months ago

This commit adds a new workflow for running operator upgrade test separately from the existing e2e tests. The run-e2e.sh script is updated to run the operator upgrade scenario independently from the existing e2e tests. Additionally, the pr-checks.yaml workflow is modified to run the workflow before the e2e tests, ensuring that upgrade issues are identified early in the CI

Addresses #414