Skip to content

Commit cdcea4f

Browse files
committed
Make python output visible in test job logs
1 parent dfba425 commit cdcea4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/azimuth-llm/templates/test/end-to-end.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ spec:
2323
{{- else }}
2424
- http://{{ .Values.ui.service.name }}.{{ .Release.Namespace }}.svc
2525
{{- end }}
26+
env:
27+
- name: PYTHONUNBUFFERED
28+
value: "1"
29+
tty: true # Make stdout from python visible in k8s logs
2630
restartPolicy: Never
2731
# Handle retries within gradio-test-client script
2832
backoffLimit: 1

0 commit comments

Comments
 (0)