From 7b90679b012ff9dc5c815cd16dc72749f2481f49 Mon Sep 17 00:00:00 2001 From: Hanwen Date: Wed, 21 Jun 2023 11:58:25 -0700 Subject: [PATCH] [Integ-test] Add `instances` dimension to custom_resource tests in isolated_regions.yaml The `instances` dimension is required after https://github.com/aws/aws-parallelcluster/pull/5409 Signed-off-by: Hanwen --- tests/integration-tests/configs/isolated_regions.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/integration-tests/configs/isolated_regions.yaml b/tests/integration-tests/configs/isolated_regions.yaml index 80bcab6159..d341efd5ca 100644 --- a/tests/integration-tests/configs/isolated_regions.yaml +++ b/tests/integration-tests/configs/isolated_regions.yaml @@ -562,31 +562,39 @@ test-suites: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }} test_cluster_custom_resource.py::test_cluster_create_invalid: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }} test_cluster_custom_resource.py::test_cluster_update: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }} test_cluster_custom_resource.py::test_cluster_update_invalid: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }} test_cluster_custom_resource.py::test_cluster_update_tag_propagation: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }} test_cluster_custom_resource.py::test_cluster_delete_out_of_band: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }} test_cluster_custom_resource.py::test_cluster_delete_retain: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }} test_cluster_custom_resource.py::test_cluster_create_with_custom_policies: dimensions: - oss: {{ OSS }} regions: {{ REGIONS }} + instances: {{ INSTANCES }}