Open
Description
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