Skip to content

Commit 2cee661

Browse files
Enrico Usaienrico-usai
authored andcommitted
Reduce AWS Batch tests to avoid Docker hub throttling
Removed one os from `test_efs_same_az` and `test_raid_performance_mode`: I think we can safely remove one os from this test because the efs and raid recipes don't depend by the OS. In any case we're already testing all the OSes with the other schedulers. Signed-off-by: Enrico Usai <[email protected]>
1 parent 801af73 commit 2cee661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ storage:
382382
schedulers: ["slurm"]
383383
- regions: ["ap-northeast-1", "cn-north-1"]
384384
instances: {{ common.INSTANCES_DEFAULT_X86 }}
385-
oss: {{ common.OSS_BATCH }}
385+
oss: ["alinux2"]
386386
schedulers: ["awsbatch"]
387387
test_raid.py::test_raid_fault_tolerance_mode:
388388
dimensions:
@@ -402,7 +402,7 @@ storage:
402402
schedulers: ["sge"]
403403
- regions: ["ap-south-1"]
404404
instances: {{ common.INSTANCES_DEFAULT_X86 }}
405-
oss: {{ common.OSS_BATCH }}
405+
oss: ["alinux"]
406406
schedulers: ["awsbatch"]
407407
test_ebs.py::test_default_ebs:
408408
dimensions:

0 commit comments

Comments
 (0)