We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafd922 commit deb8e97Copy full SHA for deb8e97
tests/integration-tests/tests/createami/test_createami.py
@@ -501,7 +501,7 @@ def test_build_image_custom_components(
501
):
502
"""Test custom components and base AMI is ParallelCluster AMI"""
503
# Custom script
504
- custom_script_file = "custom_script_ubuntu.sh" if os in ["ubuntu2004"] else "custom_script.sh"
+ custom_script_file = "custom_script_ubuntu.sh" if os.startswith("ubuntu") else "custom_script.sh"
505
506
# Create S3 bucket for pre install scripts, to remove epel package if it is installed
507
bucket_name = s3_bucket_factory()
0 commit comments