Skip to content

Commit 7b90679

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[Integ-test] Add instances dimension to custom_resource tests in isolated_regions.yaml
The `instances` dimension is required after #5409 Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent b66b462 commit 7b90679

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/integration-tests/configs/isolated_regions.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,31 +562,39 @@ test-suites:
562562
dimensions:
563563
- oss: {{ OSS }}
564564
regions: {{ REGIONS }}
565+
instances: {{ INSTANCES }}
565566
test_cluster_custom_resource.py::test_cluster_create_invalid:
566567
dimensions:
567568
- oss: {{ OSS }}
568569
regions: {{ REGIONS }}
570+
instances: {{ INSTANCES }}
569571
test_cluster_custom_resource.py::test_cluster_update:
570572
dimensions:
571573
- oss: {{ OSS }}
572574
regions: {{ REGIONS }}
575+
instances: {{ INSTANCES }}
573576
test_cluster_custom_resource.py::test_cluster_update_invalid:
574577
dimensions:
575578
- oss: {{ OSS }}
576579
regions: {{ REGIONS }}
580+
instances: {{ INSTANCES }}
577581
test_cluster_custom_resource.py::test_cluster_update_tag_propagation:
578582
dimensions:
579583
- oss: {{ OSS }}
580584
regions: {{ REGIONS }}
585+
instances: {{ INSTANCES }}
581586
test_cluster_custom_resource.py::test_cluster_delete_out_of_band:
582587
dimensions:
583588
- oss: {{ OSS }}
584589
regions: {{ REGIONS }}
590+
instances: {{ INSTANCES }}
585591
test_cluster_custom_resource.py::test_cluster_delete_retain:
586592
dimensions:
587593
- oss: {{ OSS }}
588594
regions: {{ REGIONS }}
595+
instances: {{ INSTANCES }}
589596
test_cluster_custom_resource.py::test_cluster_create_with_custom_policies:
590597
dimensions:
591598
- oss: {{ OSS }}
592599
regions: {{ REGIONS }}
600+
instances: {{ INSTANCES }}

0 commit comments

Comments
 (0)