From 1a48e1bdde5a8a9c9027a92337463e262334000b Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Fri, 6 Mar 2020 09:17:39 -0800 Subject: [PATCH] run ipv6 conformance tests in parallel --- .../cloud-provider-azure/cloud-provider-azure-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-config.yaml b/config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-config.yaml index 14f5f4995c72..ce075fc8a88d 100644 --- a/config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-config.yaml +++ b/config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-config.yaml @@ -708,7 +708,7 @@ periodics: value: $(WORKSPACE)/_artifacts # conformance test against kubernetes master branch with `azure` ipv6 -- interval: 6h +- interval: 4h name: ci-kubernetes-azure-conformance-ipv6 decorate: true labels: @@ -747,9 +747,9 @@ periodics: - --aksengine-template-url=https://gist.githubusercontent.com/aramase/a19fcbf1f309dab99600ee9c0d700fce/raw/b1e975f8c6a1d3c9a9ae796245c58c6733029dc3/single-stack-ipv6.json - --aksengine-download-url=https://github.com/aramase/aks-engine/blob/test-pkg/aks-engine-test.tar.gz?raw=true # Specific test args - - --ginkgo-parallel=1 + - --ginkgo-parallel=30 - --timeout=450m - - --test_args=--ginkgo.focus=\[Conformance\] + - --test_args=--ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\] securityContext: privileged: true annotations: