File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 2929
3030env :
3131 KUBE_CONFIG_PATH : ${{ github.workspace }}/kubernetes/test-infra/aks/kubeconfig
32- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION || '1.10.1' }}
33- PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS }}
34- TF_VAR_location : ${{ github.event.inputs.location || vars.AZURE_LOCATION }}
35- TF_VAR_node_count : ${{ github.event.inputs.nodeCount || vars.AZURE_NODE_COUNT }}
36- TF_VAR_vm_size : ${{ github.event.inputs.vmSize || vars.AZURE_VM_SIZE }}
37- TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || vars.CLUSTER_VERSION }}
32+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.10.1' }}
33+ PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
34+ TF_VAR_location : ${{ github.event.inputs.location || 'canadaeast' }}
35+ TF_VAR_node_count : ${{ github.event.inputs.nodeCount || '2' }}
36+ TF_VAR_vm_size : ${{ github.event.inputs.vmSize || 'Standard_A2_v2' }}
37+ TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || '1.29' }}
3838
3939jobs :
4040 acceptance_tests_aks :
Original file line number Diff line number Diff line change 3131 - cron : ' 0 20 * * *'
3232
3333env :
34- AWS_REGION : ${{ github.event.inputs.region || vars.AWS_REGION }}
34+ AWS_REGION : ${{ github.event.inputs.region || 'ca-central-1' }}
3535 KUBE_CONFIG_PATH : ${{ github.workspace }}/kubernetes/test-infra/eks/kubeconfig
36- PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS }}
37- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION || '1.10.1' }}
38- TF_VAR_az_span : ${{ github.event.inputs.azSpan || vars.AWS_AZ_NUMBER }}
39- TF_VAR_capacity_type : ${{ vars.AWS_CAPACITY_TYPE }}
40- TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || vars.CLUSTER_VERSION }}
41- TF_VAR_nodes_per_az : ${{ github.event.inputs.nodesPerAz || vars.AWS_NODES_PER_AZ }}
42- TF_VAR_instance_type : ${{ github.event.inputs.instanceType || vars.AWS_INSTANCE_TYPE }}
36+ PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
37+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.10.1' }}
38+ TF_VAR_az_span : ${{ github.event.inputs.azSpan || '2' }}
39+ TF_VAR_capacity_type : ${{ 'SPOT' }}
40+ TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || '1.29' }}
41+ TF_VAR_nodes_per_az : ${{ github.event.inputs.nodesPerAz || '1' }}
42+ TF_VAR_instance_type : ${{ github.event.inputs.instanceType || 'm7g.large' }}
4343
4444jobs :
4545 acceptance_tests_eks :
Original file line number Diff line number Diff line change 3232
3333env :
3434 GOOGLE_PROJECT : ${{ secrets.GOOGLE_PROJECT }}
35- GOOGLE_REGION : ${{ github.event.inputs.region || vars.GOOGLE_REGION }}
36- GOOGLE_ZONE : ${{github.event.inputs.zone || vars.GOOGLE_ZONE }}
35+ GOOGLE_REGION : ${{ github.event.inputs.region || 'northamerica-northeast1' }}
36+ GOOGLE_ZONE : ${{github.event.inputs.zone || 'northamerica-northeast1-a' }}
3737 USE_GKE_GCLOUD_AUTH_PLUGIN : True
3838 KUBE_CONFIG_PATH : ${{ github.workspace }}/kubernetes/test-infra/gke/kubeconfig
39- PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS }}
40- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION || '1.10.1' }}
41- TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || vars.CLUSTER_VERSION }}
42- TF_VAR_node_count : ${{ github.event.inputs.nodeCount || vars.GOOGLE_NODE_COUNT }}
43- TF_VAR_instance_type : ${{ github.event.inputs.instanceType || vars.GOOGLE_INSTANCE_TYPE }}
39+ PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
40+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.10.1' }}
41+ TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || '1.29' }}
42+ TF_VAR_node_count : ${{ github.event.inputs.nodeCount || '1' }}
43+ TF_VAR_instance_type : ${{ github.event.inputs.instanceType || 'e2-standard-2' }}
4444
4545jobs :
4646 acceptance_tests_gke :
Original file line number Diff line number Diff line change 2727
2828env :
2929 KUBECONFIG : ${{ github.workspace }}/.kube/config
30- KIND_VERSION : ${{ github.event.inputs.kindVersion || vars.KIND_VERSION || '0.25.0' }}
31- PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS || '8' }}
32- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION || '1.10.1' }}
30+ KIND_VERSION : ${{ github.event.inputs.kindVersion || '0.25.0' }}
31+ PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
32+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.10.1' }}
3333
3434jobs :
3535 acceptance_tests_kind :
You can’t perform that action at this time.
0 commit comments