Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This commit adds a README.md for openshift-ci usage #44

Merged
merged 4 commits into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
tonyxrmdavidson marked this conversation as resolved.
Show resolved Hide resolved

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)

Loading