e2e: Fix reintroduced Azure error

This commit is contained in:
katexochen 2022-09-03 09:50:08 +02:00 committed by Malte Poll
parent 45a1134915
commit d0a3c2d3d1
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ jobs:
controlNodesCount: "1"
autoscale: "false"
cloudProvider: "azure"
azure_credentials: ${{ secrets.AZURE_E2E_CREDENTIALS }}
sonobuoyTestSuiteCmd: '--plugin e2e --plugin-env e2e.E2E_FOCUS="\[Conformance\]" --plugin-env e2e.E2E_SKIP="for service with type clusterIP|HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol" --plugin https://raw.githubusercontent.com/vmware-tanzu/sonobuoy-plugins/master/cis-benchmarks/kube-bench-plugin.yaml --plugin https://raw.githubusercontent.com/vmware-tanzu/sonobuoy-plugins/master/cis-benchmarks/kube-bench-master-plugin.yaml'
kubernetesVersion: ${{ matrix.version }}
azureClientSecret: ${{ secrets.AZURE_E2E_CLIENT_SECRET }}

View File

@ -34,7 +34,6 @@ jobs:
controlNodesCount: "1"
autoscale: "false"
cloudProvider: "azure"
azure_credentials: ${{ secrets.AZURE_E2E_CREDENTIALS }}
azureClientSecret: ${{ secrets.AZURE_E2E_CLIENT_SECRET }}
azureResourceGroup: ${{ steps.az_resource_group_gen.outputs.res_group_name }}
# TODO: Remove E2E_SKIP once AB#2174 is resolved