mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
e2e: Fix reintroduced Azure error
This commit is contained in:
parent
45a1134915
commit
d0a3c2d3d1
1
.github/workflows/e2e-test-azure-weekly.yml
vendored
1
.github/workflows/e2e-test-azure-weekly.yml
vendored
@ -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 }}
|
||||
|
1
.github/workflows/e2e-test-azure.yml
vendored
1
.github/workflows/e2e-test-azure.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user