You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: