Skip to content

Commit 40937a9

Browse files
committed
Use bigger instances for hdfs tests (4 -> 8 cores, 16 -> 32 gb)
Currently tests are failing because we don't have enough CPU resources
1 parent 6929a1f commit 40937a9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

catalog/testsuites.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,21 +387,25 @@ operator_tests:
387387
spec:
388388
nodes:
389389
numberOfCores: 4
390-
memoryMb: 16384
390+
memoryMb: 32768
391391
- name: azure-aks
392392
test_params: --parallel 2
393393
cluster_definition_overlay: |
394394
spec:
395395
nodes:
396-
vmSize: Standard_D4s_v3
396+
vmSize: Standard_D8s_v3
397397
- name: gke
398398
test_params: --parallel 2
399+
cluster_definition_overlay: |
400+
spec:
401+
nodes:
402+
machineType: e2-standard-8
399403
- name: aws-eks
400404
test_params: --parallel 2
401405
cluster_definition_overlay: |
402406
spec:
403407
nodes:
404-
instanceType: t2.large
408+
instanceType: t2.2xlarge
405409
- name: hcloud-k3s-centos-8
406410
test_params: --parallel 2
407411
- name: hcloud-k3s-centos-9

0 commit comments

Comments
 (0)