Apparently conformance tests have to run serially

There are 10+ conformance tests marked [Serial], So we can't run things
in parallel by default.

Change-Id: I58afbb356899fb38caf4f9f6704bfb47f745b338
pull/564/head
Davanum Srinivas 2019-03-02 13:29:54 -05:00
parent 6b2882738b
commit 87e87dd25b
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ spec:
- name: E2E_PROVIDER
value: "local"
- name: E2E_PARALLEL
value: "y"
value: "1"
volumeMounts:
- name: output-volume
mountPath: /tmp/results