Skip to content

Commit

Permalink
[integ-tests] Fix bug from rotating OS commits
Browse files Browse the repository at this point in the history
This fixes a bug aws#6450
AWS Batch is only supported by AL2 and AL2023

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Oct 29, 2024
1 parent 3e24a86 commit d60dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/configs/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test-suites:
schedulers: {{ common.SCHEDULERS_TRAD }}
- regions: ["us-gov-east-1"]
instances: {{ common.INSTANCES_DEFAULT_X86 }}
oss: [{{ OS_X86_2 }}]
oss: ["alinux2"]
schedulers: ["awsbatch"]
# 2) run the test for all OSes with slurm
- regions: ["ap-east-1"]
Expand Down

0 comments on commit d60dee1

Please sign in to comment.