We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6929a1f commit 40937a9Copy full SHA for 40937a9
catalog/testsuites.yaml
@@ -387,21 +387,25 @@ operator_tests:
387
spec:
388
nodes:
389
numberOfCores: 4
390
- memoryMb: 16384
+ memoryMb: 32768
391
- name: azure-aks
392
test_params: --parallel 2
393
cluster_definition_overlay: |
394
395
396
- vmSize: Standard_D4s_v3
+ vmSize: Standard_D8s_v3
397
- name: gke
398
399
+ cluster_definition_overlay: |
400
+ spec:
401
+ nodes:
402
+ machineType: e2-standard-8
403
- name: aws-eks
404
405
406
407
- instanceType: t2.large
408
+ instanceType: t2.2xlarge
409
- name: hcloud-k3s-centos-8
410
411
- name: hcloud-k3s-centos-9
0 commit comments