You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/integration-tests/tests/createami/test_createami/test_build_image_custom_components/image.config.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@ Build:
2
2
InstanceType: {{ instance_type }}
3
3
ParentImage: {{ parent_image }}
4
4
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.
6
6
# 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 %}
8
8
- Type: arn
9
9
Value: arn:{{ partition }}:imagebuilder:{{ region }}:aws:component/stig-build-linux-high/2024.2.3/1
0 commit comments