Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
ci: fix large-cluster-test errata (#4652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Sep 15, 2021
1 parent 7e96fbb commit 1dbdff6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/large-cluster-test.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 1dbdff6

Please sign in to comment.