mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 10:08:33 -04:00
Use Azure CVMs in e2e tests
This commit is contained in:
parent
ec548a6d17
commit
e841d9201b
4 changed files with 5 additions and 5 deletions
2
.github/workflows/e2e-test-azure-weekly.yml
vendored
2
.github/workflows/e2e-test-azure-weekly.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
controlNodesCount: "1"
|
||||
autoscale: "false"
|
||||
cloudProvider: "azure"
|
||||
machineType: "Standard_D4a_v4"
|
||||
machineType: "Standard_DC4as_v5"
|
||||
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 }}
|
||||
|
|
4
.github/workflows/e2e-test-azure.yml
vendored
4
.github/workflows/e2e-test-azure.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
controlNodesCount: "1"
|
||||
autoscale: "false"
|
||||
cloudProvider: "azure"
|
||||
machineType: "Standard_D4a_v4"
|
||||
machineType: "Standard_DC4as_v5"
|
||||
azure_credentials: ${{ secrets.AZURE_E2E_CREDENTIALS }}
|
||||
# TODO: Remove E2E_SKIP once AB#2174 is resolved
|
||||
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'
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
controlNodesCount: "1"
|
||||
autoscale: "false"
|
||||
cloudProvider: "azure"
|
||||
machineType: "Standard_D4a_v4"
|
||||
machineType: "Standard_DC4as_v5"
|
||||
azure_credentials: ${{ secrets.AZURE_E2E_CREDENTIALS }}
|
||||
sonobuoyTestSuiteCmd: "--mode quick"
|
||||
kubernetesVersion: ${{ matrix.version }}
|
||||
|
|
2
.github/workflows/e2e-test-manual.yml
vendored
2
.github/workflows/e2e-test-manual.yml
vendored
|
@ -29,7 +29,7 @@ on:
|
|||
type: choice
|
||||
options:
|
||||
- "n2d-standard-2" # GCP
|
||||
- "Standard_D4a_v4" # Azure
|
||||
- "Standard_DC4as_v5" # Azure
|
||||
default: "n2d-standard-2"
|
||||
required: true
|
||||
sonobuoyTestSuiteCmd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue