mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
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
This commit is contained in:
parent
6b2882738b
commit
87e87dd25b
@ -65,7 +65,7 @@ spec:
|
|||||||
- name: E2E_PROVIDER
|
- name: E2E_PROVIDER
|
||||||
value: "local"
|
value: "local"
|
||||||
- name: E2E_PARALLEL
|
- name: E2E_PARALLEL
|
||||||
value: "y"
|
value: "1"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: output-volume
|
- name: output-volume
|
||||||
mountPath: /tmp/results
|
mountPath: /tmp/results
|
||||||
|
Loading…
Reference in New Issue
Block a user