File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
tests/integration-tests/configs Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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"]
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments