opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 17 forks source link

chore: Add kind integration test, fixes #41 #42

Closed dhirajsb closed 9 months ago

dhirajsb commented 9 months ago

Description

Added kind integration test to build-image-pr.yaml workflow. It creates a Kind cluster, deploys operator image built for the PR in the test cluster, and checks that it can create a model registry from sample model registry CR. Fixes #41

How Has This Been Tested?

Tested GH action locally using act.

Merge criteria: