Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] ci: Run CI e2e tests on operator installed via OLM #970

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

svghadi
Copy link
Collaborator

@svghadi svghadi commented Aug 21, 2023

What type of PR is this?

/kind ci

What does this PR do / why we need it:

Current CI e2e tests are running on an operator ran using make run command. This works great for most of the testing. However, certain features like conversion webhook (#964) or operator metrics (#928) cannot be properly tested when the operator is running via make run.

This PR updates CI configurations to build and install operator via OLM.

Changes:

  • Update GHA configuration to setup a k3d local image registry
  • Add olm-install.sh script to install operator via OLM
  • Enable e2e tests from tests/olm directory

- Update GHA configuration to setup a k3d local image registry
- Add olm-install.sh script to install operator via OLM
- Enable e2e tests from tests/olm directory

Signed-off-by: Siddhesh Ghadi <[email protected]>
@svghadi svghadi changed the title chore: Run CI e2e tests on operator installed via OLM [WIP] ci: Run CI e2e tests on operator installed via OLM Aug 21, 2023
Signed-off-by: Siddhesh Ghadi <[email protected]>
@svghadi svghadi closed this Aug 21, 2023
@svghadi svghadi reopened this Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant