Skip to content

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

Open
@tedhtchang

Description

@tedhtchang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingItems related to testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions