Skip to content

Commit

Permalink
lightspeed-operator: export manager logs when e2e test fails
Browse files Browse the repository at this point in the history
Signed-off-by: Haoyu Sun <hasun@redhat.com>
  • Loading branch information
raptorsun committed Jul 5, 2024
1 parent bb5285a commit c6206fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tests:
export LLM_MODEL=gpt-3.5-turbo
export LLM_TOKEN=$(cat /var/run/openai/token)
export CONDITION_TIMEOUT=600
make test-e2e
make test-e2e || oc logs deployment/lightspeed-operator-controller-manager -c manager -n openshift-lightspeed ; sh -c 'exit 1'
credentials:
- mount_path: /var/run/openai
name: openai-apitoken
Expand Down

0 comments on commit c6206fe

Please sign in to comment.