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 community-operators-prod CI test to the workflows #93

Open
tedhtchang opened this issue May 2, 2023 · 0 comments
Open

Add community-operators-prod CI test to the workflows #93

tedhtchang opened this issue May 2, 2023 · 0 comments
Labels
testing Items related to testing

Comments

@tedhtchang
Copy link
Member

Sometimes the operator-sdk bundle validate may not be enough to pass all community-operators-prod CI tests. It would be nice to add those test to work github workflows. The procedure to run the test is basically:

git clone https://github.com/redhat-openshift-ecosystem/community-operators-prod.git
cp -r bundle community-operators-prod/operators/codeflare-operator/0.0.2
cd community-operators-prod
OPP_PRODUCTION_TYPE=ocp OPP_DEBUG=1 OPP_AUTO_PACKAGEMANIFEST_CLUSTER_VERSION_LABEL=1 OPP_RELEASE_INDEX_NAME="catalog_tmp" bash <(curl -sL https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/latest/ci/scripts/opp.sh) all operators/codeflare-operator/0.0.2
@amsharma3 amsharma3 added the testing Items related to testing label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Items related to testing
Projects
None yet
Development

No branches or pull requests

2 participants