Skip to content

Commit

Permalink
Merge pull request kserve#205 from Jooho/20230915_update_0.11
Browse files Browse the repository at this point in the history
formatting README.md
  • Loading branch information
openshift-merge-robot authored Sep 18, 2023
2 parents a03559c + 575c592 commit beff10d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions opendatahub/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,17 @@ The scripts in this folder help you run fvt tests or compare odh manifests. Howe
- This script installs modelmesh components with odh-manifests. By default, it uses kfctl cli because it does not need opendatahub operator. However, with `OP_KFDEF` environmental variable, you can deploy modelmesh with opendatahub operator.

- [repeat_fvt.sh](./repeat_fvt.sh)

- Sometimes an fvt test fails for no reason, and to restart it, you have to recreate the test cluster, which can take over an hour. Therefore, retrying a few fvt tests in a test cluster once created is a good way to save time. This script allows you to retry a total of 5 times.

- [cleanup.sh](./cleanup.sh)

- If you are running an fvt test with your cluster, you will want to cleanly delete the objects created by the test and run a fresh test. This script will help you delete the objects related to the fvt test from your cluster.

- [gen_odh_model_manifests.sh](./gen_odh_model_manifests.sh)

- This script creates new odh-manifests based on the manifests in the main branch of odh-model-controller and compares them to see if they are the same or different from the existing ones. If they are different, you need to update the manifests in the opendatahub/odh-manifest/model-mesh folder using the diff command. After updating, you need to validate the new manifests with fvt test.

- [gen_odh_modelmesh_manifests.sh](./gen_odh_modelmesh_manifests.sh)

- This script creates new odh-manifests based on the manifests in the main branch of modelmesh-serving and compares them to see if they are the same or different from the existing ones. If they are different, you need to update the manifests in the opendatahub/odh-manifest/model-mesh folder using the diff command. After updating, you need to validate the new manifests with fvt test.

0 comments on commit beff10d

Please sign in to comment.