Skip to content

Commit 38a09bb

Browse files
committed
Disable build_ami and runtime bake with ubuntu18 DLAMI in gov-cloud
Ubuntu18 DLAMI is not available in GovCloud Signed-off-by: chenwany <[email protected]>
1 parent 05d859b commit 38a09bb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ createami:
100100
- regions: ["eu-west-3"]
101101
instances: {{ common.INSTANCES_DEFAULT_X86 }}
102102
oss: ["alinux2", "ubuntu1804"] # temporary disable FPGA AMI since there is not enough free space on root partition
103-
- regions: ["us-gov-east-1"]
104-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
105-
oss: ["ubuntu1804"] # alinux2 temporarily disabled due to incompatible device name
106103
test_createami.py::test_createami_post_install:
107104
dimensions:
108105
- regions: ["ap-southeast-2"]

tests/integration-tests/configs/develop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-suites:
1414
schedulers: ["slurm"]
1515
- regions: ["us-gov-west-1"]
1616
instances: {{ common.INSTANCES_DEFAULT_X86 }}
17-
oss: ["ubuntu1804", "ubuntu2004"]
17+
oss: ["ubuntu2004"] # disable the ubuntu18 test because ubuntu18.04 DLAMI is not available in GovCloud
1818
schedulers: ["slurm"]
1919
# - regions: ["us-east-1"]
2020
# instances: {{ common.INSTANCES_DEFAULT_ARM }}

0 commit comments

Comments
 (0)