[RHDHBUGS-2804] Fix Developer Lightspeed Safety Guard - #177
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeEnhancement, Bug fix Description
|
| Relevant files | |||||||
|---|---|---|---|---|---|---|---|
| Documentation |
| ||||||
| Enhancement |
| ||||||
| Bug fix |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
|
@Jdubrick I tried running ollama + with safety guard path, and I am see the following error. When using Ollama with the safety guard, the script loads both compose-with-ollama.yaml and compose-with-safety-guard-ollama.yaml. Both define healthcheck.test for the ollama service, so ["CMD-SHELL", "cmd1", "CMD-SHELL", "cmd2"] instead of a single ["CMD-SHELL", "command"] I dont know how it was working previously, maybe I have updated the podman-compose/podman version recently. My podman version is |
|
@Jdubrick You can also add this ollama + safety guard to our test matrix here - https://github.com/redhat-developer/rhdh-local/blob/main/.github/workflows/test.yml#L53-L54 , this way if it really breaks we can catch it early. |
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
@karthikjeeyar it may be the |
|
Seems like the quay pull for the failing test timed out or something but I don't have permissions to re-run |
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
|
/cc @rm3l |
Description
Which issue(s) does this PR fix or relate to
https://issues.redhat.com/browse/RHDHBUGS-2804
PR acceptance criteria
How to test changes / Special notes to the reviewer