Skip to content

Commit b518228

Browse files
committed
Disable createami tests on Ubuntu1804
Ubuntu18.04 createmi test is failing due to the missing SGE source package. The issue has been fixed by [db8c63d900c7837157519ae7eef462ac3af627a5](aws/aws-parallelcluster-cookbook@db8c63d ) Signed-off-by: ddeidda <ddeidda@amazon.com>
1 parent 2cee661 commit b518228

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/integration-tests/configs/common/common.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,14 @@ createami:
8787
dimensions:
8888
- regions: ["eu-west-3"]
8989
instances: {{ common.INSTANCES_DEFAULT_X86 }}
90-
oss: ["alinux", "alinux2", "ubuntu1604", "ubuntu1804"] # temporary disable FPGA AMI since there is not enough free space on root partition
90+
# Ubuntu18.04 disabled due to SGE package missing
91+
# see https://github.com/aws/aws-parallelcluster-cookbook/commit/db8c63d900c7837157519ae7eef462ac3af627a5
92+
oss: ["alinux", "alinux2", "ubuntu1604"] # temporary disable FPGA AMI since there is not enough free space on root partition
9193
- regions: ["us-gov-east-1"]
9294
instances: {{ common.INSTANCES_DEFAULT_X86 }}
93-
oss: ["ubuntu1604", "ubuntu1804"]
95+
# Ubuntu18.04 disabled due to SGE package missing
96+
# see https://github.com/aws/aws-parallelcluster-cookbook/commit/db8c63d900c7837157519ae7eef462ac3af627a5
97+
oss: ["ubuntu1604"]
9498
- regions: ["cn-northwest-1"]
9599
instances: {{ common.INSTANCES_DEFAULT_X86 }}
96100
oss: ["alinux2"]

0 commit comments

Comments
 (0)