Skip to content

Commit

Permalink
Merge pull request #44 from tonyxrmdavidson/addOCIReadme
Browse files Browse the repository at this point in the history
This commit adds a README.md for openshift-ci usage
  • Loading branch information
tonyxrmdavidson authored Apr 12, 2024
2 parents 77fc4a9 + 37138e2 commit a1ee20b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions openshift-ci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Model Registry Deployment and Deployment Test

This deployment of model-registry is deployed via Opendatahub and used the ODH nightly images deployed to an openshfit cluster.

The script will do the following:
* Create a catalogue source pointing to the latest successful nightly ODH image.
* Deploy the opendatahub operator using the catalogue source.
* Deploy a Data Science Cluster.
* Test the model-registry-operator-contoller-manager pods are running.
* Clone the model-registry-operator repository.
* Deploy model-registry using config/samples/mysql configuration files.
* Test the model-registry-db mysql database pod is running
* Test the modelregistry-sample pods are running

## Pre-requisites:

You will need to have an openshift cluster deployed and be oc logged into you cluster as admin.

## Runing the script:

From the root of the repository
```
./openshift-ci/scripts/oc-model-registry-deploy.sh
```

## Runing the openshift-ci

You can start the openshift-ci job to test changes in your Pull Request. To do so put the following command into a comment in your Pull Request
```
/test e2e-odh-mro-optional
```

Previous jobs can be seen [here](https://prow.ci.openshift.org/job-history/gs/test-platform-results/pr-logs/directory/rehearse-49999-pull-ci-opendatahub-io-model-registry-main-e2e-odh-mro-optional)

0 comments on commit a1ee20b

Please sign in to comment.