Skip to content

Commit c343d6a

Browse files
authored
Fix test_build_image_custom_components integration test (#6566)
1 parent b590167 commit c343d6a

File tree

1 file changed

+2
-2
lines changed
  • tests/integration-tests/tests/createami/test_createami/test_build_image_custom_components

1 file changed

+2
-2
lines changed

tests/integration-tests/tests/createami/test_createami/test_build_image_custom_components/image.config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Build:
22
InstanceType: {{ instance_type }}
33
ParentImage: {{ parent_image }}
44
Components:
5-
# Test arn custom component in eu-west-1 except Rocky because stig-build-linux-high component doesn't support Rocky
5+
# Test arn custom component in eu-west-1 except Rocky and Ubuntu because stig-build-linux-high component doesn't support these ParallelCuster AMIs.
66
# Test script custom component in other regions.
7-
{% if region == "eu-west-1" and "rocky" not in os %}
7+
{% if region == "eu-west-1" and "rocky" not in os and "ubuntu" not in os %}
88
- Type: arn
99
Value: arn:{{ partition }}:imagebuilder:{{ region }}:aws:component/stig-build-linux-high/2024.2.3/1
1010
{% else %}

0 commit comments

Comments
 (0)