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
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, thepr-checks.yaml
workflow is modified to run the workflow before the e2e tests, ensuring that upgrade issues are identified early in the CIAddresses #414