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

Add bundle installation and upgrade tests in pipeline #986

Closed
git-hyagi opened this issue Jun 22, 2023 · 0 comments · Fixed by #990
Closed

Add bundle installation and upgrade tests in pipeline #986

git-hyagi opened this issue Jun 22, 2023 · 0 comments · Fixed by #990
Assignees

Comments

@git-hyagi
Copy link
Collaborator

Add new jobs in our pipeline to test bundle installation and bundle upgrades, for example:

$ operator-sdk run bundle quay.io/pulp/pulp-operator-bundle:v1.0.0-alpha.6
$ operator-sdk run bundle-upgrade quay.io/pulp/pulp-operator-bundle:v1.0.0-alpha.7

note: we will need to also install OLM and operator-sdk:

$ operator-sdk olm install
$ curl -sSLo operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v1.29.0/operator-sdk_${OS}_${ARCH}

doc: https://sdk.operatorframework.io/docs/olm-integration/tutorial-bundle/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants