Skip to content

Commit

Permalink
This commit un-comments function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxrmdavidson committed Mar 15, 2024
1 parent 540e393 commit 7b4be7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openshift-ci/scripts/oci-model-registry-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ run_deployment_tests() {

# Main function for orchestrating deployments
main() {
# deploy_and_wait $OPENDATAHUB_CATALOGUE_SOURCE_CREATE
# deploy_resource $OPENDATAHUB_DEPLOY_MANIFEST
# deploy_resource $DATA_SCIENCE_CLUSTER_MANIFEST
deploy_and_wait $OPENDATAHUB_CATALOGUE_SOURCE_CREATE
deploy_resource $OPENDATAHUB_DEPLOY_MANIFEST
deploy_resource $DATA_SCIENCE_CLUSTER_MANIFEST
check_pod_status "opendatahub" "-l component.opendatahub.io/name=model-registry-operator" 2
# clone_deploy_model_registry_operator_crd_files
clone_deploy_model_registry_operator_crd_files
run_deployment_tests
}

Expand Down

0 comments on commit 7b4be7a

Please sign in to comment.