From 87e87dd25b510c7b1e7267270558ee9d80fe3dae Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sat, 2 Mar 2019 13:29:54 -0500 Subject: [PATCH] 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 --- cluster/images/conformance/conformance-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/images/conformance/conformance-e2e.yaml b/cluster/images/conformance/conformance-e2e.yaml index 942e36a78e..81348e7c78 100644 --- a/cluster/images/conformance/conformance-e2e.yaml +++ b/cluster/images/conformance/conformance-e2e.yaml @@ -65,7 +65,7 @@ spec: - name: E2E_PROVIDER value: "local" - name: E2E_PARALLEL - value: "y" + value: "1" volumeMounts: - name: output-volume mountPath: /tmp/results