Skip to content

Commit 5d0a2b1

Browse files
committed
removed USE_STREAMING env var from conformance + tests
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 72bf2d0 commit 5d0a2b1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

conformance/resources/manifests/manifests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ spec:
212212
- -grpcHealthPort
213213
- "9003"
214214
env:
215-
- name: USE_STREAMING
216-
value: "true"
217215
- name: ENABLE_REQ_HEADER_BASED_SCHEDULER_FOR_TESTING # Used for conformance test.
218216
value: "true"
219217
ports:
@@ -302,8 +300,6 @@ spec:
302300
- -grpcHealthPort
303301
- "9003"
304302
env:
305-
- name: USE_STREAMING
306-
value: "true"
307303
- name: ENABLE_REQ_HEADER_BASED_SCHEDULER_FOR_TESTING # Used for conformance test.
308304
value: "true"
309305
ports:

test/testdata/inferencepool-e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ spec:
6262
- "9002"
6363
- -grpcHealthPort
6464
- "9003"
65-
env:
66-
- name: USE_STREAMING
67-
value: "true"
6865
ports:
6966
- containerPort: 9002
7067
- containerPort: 9003

0 commit comments

Comments
 (0)