-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add TGIS test for fetching model from Minio object storage #1231
Add TGIS test for fetching model from Minio object storage #1231
Conversation
name: ods-ci-minio | ||
spec: | ||
containers: | ||
- args: |
Check warning
Code scanning / SonarCloud
CPU limits should be enforced
name: ods-ci-minio | ||
spec: | ||
containers: | ||
- args: |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced
labels: | ||
app: minio | ||
name: ods-ci-minio | ||
spec: |
Check warning
Code scanning / SonarCloud
Service account tokens should not be mounted in pods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Robocop found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Robot Results
|
not related to this PR. It is a warning about using random generator, but it is fine for our use case cc: @lugi0 |
*** Keywords *** | ||
Deploy MinIO | ||
[Documentation] Deploys MiniIO pod, service and route using the given ${minio_image} | ||
[Arguments] ${minio_image}=quay.io/modh/ods-ci-minio-models:1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use digest for the compatibility for disconnected cluster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bdattoma why do you deploy the Minio? In a disconencted env it is already available.
It is enough just to check test-variables.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will discuss offline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a couple comments but LGTM
...400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_tgis_object_storages.robot
Show resolved
Hide resolved
|
Covering RHOAIENG-3490.
PR validation (including regression):
rhods-ci-pr-test/2529
PASSre-test minio TC after applying Tarun's comment:
rhods-ci-pr-test/2531
PASS