Skip to content

Commit 8383fc2

Browse files
committed
[Test] Add AL2023 to the OSs covered by test_starccm.
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent aa414e4 commit 8383fc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/integration-tests/configs/starccm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ test-suites:
44
dimensions:
55
- regions: ["euw1-az1"] # do not move, unless capacity reservation is moved as well
66
instances: ["c5n.18xlarge"]
7-
oss: ["alinux2", "ubuntu2204", "ubuntu2004", "centos7", "rhel8", "rocky8"]
7+
oss: ["alinux2", "alinux2023", "ubuntu2204", "ubuntu2004", "centos7", "rhel8", "rocky8"]
88
schedulers: ["slurm"]

tests/integration-tests/tests/performance_tests/test_starccm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
STARCCM_LICENCE_SECRET = "starccm-license-secret"
1414
TASK_VCPUS = 36 # vCPUs are cut in a half because multithreading is disabled
1515
BASELINE_CLUSTER_SIZE_ELAPSED_SECONDS = {
16+
"alinux2023": {8: 62.414, 16: 31.998, 32: 20.422}, # v3.10.0
1617
"alinux2": {8: 64.475, 16: 33.173, 32: 17.899}, # v3.1.3
1718
"ubuntu2204": {8: 75.502, 16: 36.353, 32: 19.688}, # v3.7.0
1819
"ubuntu2004": {8: 67.384, 16: 36.434, 32: 19.449}, # v3.1.3

0 commit comments

Comments
 (0)