increase control plane count during e2e tests

This commit is contained in:
Leonard Cohnen 2022-09-14 14:12:42 +02:00 committed by 3u13r
parent 92618d5284
commit 0c651c55dd
6 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@ jobs:
uses: ./.github/actions/e2e_test
with:
workerNodesCount: "2"
controlNodesCount: "1"
controlNodesCount: "3"
cloudProvider: "azure"
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 }}

View File

@ -36,7 +36,7 @@ jobs:
uses: ./.github/actions/e2e_test
with:
workerNodesCount: "2"
controlNodesCount: "1"
controlNodesCount: "3"
cloudProvider: "azure"
azureClientSecret: ${{ secrets.AZURE_E2E_CLIENT_SECRET }}
azureResourceGroup: ${{ steps.az_resource_group_gen.outputs.res_group_name }}
@ -108,7 +108,7 @@ jobs:
uses: ./.github/actions/e2e_test
with:
workerNodesCount: "2"
controlNodesCount: "1"
controlNodesCount: "3"
cloudProvider: "azure"
azureClientSecret: ${{ secrets.AZURE_E2E_CLIENT_SECRET }}
azureResourceGroup: ${{ steps.az_resource_group_gen.outputs.res_group_name }}

View File

@ -27,7 +27,7 @@ jobs:
uses: ./.github/actions/e2e_test
with:
workerNodesCount: "2"
controlNodesCount: "1"
controlNodesCount: "3"
cloudProvider: "gcp"
gcp_service_account_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
gcpClusterServiceAccountKey: ${{ secrets.GCP_CLUSTER_SERVICE_ACCOUNT }}

View File

@ -22,7 +22,7 @@ jobs:
uses: ./.github/actions/e2e_test
with:
workerNodesCount: "2"
controlNodesCount: "1"
controlNodesCount: "3"
cloudProvider: "gcp"
gcp_service_account_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
gcpClusterServiceAccountKey: ${{ secrets.GCP_CLUSTER_SERVICE_ACCOUNT }}
@ -69,7 +69,7 @@ jobs:
uses: ./.github/actions/e2e_test
with:
workerNodesCount: "2"
controlNodesCount: "1"
controlNodesCount: "3"
cloudProvider: "gcp"
machineType: "n2d-standard-4"
gcp_service_account_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}

View File

@ -9,7 +9,7 @@ on:
required: true
controlNodesCount:
description: "Number of control-plane nodes to spawn."
default: "1"
default: "3"
required: true
cloudProvider:
description: "Which cloud provider to use."

View File

@ -9,7 +9,7 @@ on:
required: true
controlNodesCount:
description: "Number of control-plane nodes to spawn."
default: "1"
default: "3"
required: true
cloudProvider:
description: "Which cloud provider to use."