Skip to content

Commit

Permalink
[Test] Add AL2023 to the OSs covered by test_starccm.
Browse files Browse the repository at this point in the history
Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Jun 20, 2024
1 parent aa414e4 commit 8383fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/configs/starccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ test-suites:
dimensions:
- regions: ["euw1-az1"] # do not move, unless capacity reservation is moved as well
instances: ["c5n.18xlarge"]
oss: ["alinux2", "ubuntu2204", "ubuntu2004", "centos7", "rhel8", "rocky8"]
oss: ["alinux2", "alinux2023", "ubuntu2204", "ubuntu2004", "centos7", "rhel8", "rocky8"]
schedulers: ["slurm"]
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
STARCCM_LICENCE_SECRET = "starccm-license-secret"
TASK_VCPUS = 36 # vCPUs are cut in a half because multithreading is disabled
BASELINE_CLUSTER_SIZE_ELAPSED_SECONDS = {
"alinux2023": {8: 62.414, 16: 31.998, 32: 20.422}, # v3.10.0
"alinux2": {8: 64.475, 16: 33.173, 32: 17.899}, # v3.1.3
"ubuntu2204": {8: 75.502, 16: 36.353, 32: 19.688}, # v3.7.0
"ubuntu2004": {8: 67.384, 16: 36.434, 32: 19.449}, # v3.1.3
Expand Down

0 comments on commit 8383fc2

Please sign in to comment.