From 1dbdff64ce888af142e50c915b705c61ac5a4c52 Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Tue, 14 Sep 2021 21:42:06 -0700 Subject: [PATCH] ci: fix large-cluster-test errata (#4652) --- .github/workflows/large-cluster-test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/large-cluster-test.yaml b/.github/workflows/large-cluster-test.yaml index bf706e18cd..a5917a2189 100644 --- a/.github/workflows/large-cluster-test.yaml +++ b/.github/workflows/large-cluster-test.yaml @@ -85,8 +85,6 @@ jobs: AZURE_CORE_ONLY_SHOW_ERRORS: True run: make test-kubernetes - name: Run conformance tests - env: - KUBERNETES_CONFIG run: | export KUBECONFIG=_output/$(ls -dt1 _output/* | head -n 1 | cut -d/ -f2)/kubeconfig/kubeconfig.eastus2.json sonobuoy run --plugin e2e --wait --e2e-skip "Daemon set|SchedulerPreemption|validates resource limits of pods that are allowed to run|validates that NodeSelector is respected|validates that there exists conflict between pods with same hostPort and protocol" --timeout=86400