Skip to content

Commit 017b82d

Browse files
committed
[Test] Add Ubuntu24, RHEL9 and Rocky9 to StarCCM performance tests.
1 parent cd066cf commit 017b82d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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", "alinux2023", "ubuntu2204", "ubuntu2004", "rhel8", "rocky8"]
7+
oss: ["alinux2", "alinux2023", "ubuntu2404", "ubuntu2204", "ubuntu2004", "rhel8", "rhel9", "rocky8", "rocky9"]
88
schedulers: ["slurm"]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
BASELINE_CLUSTER_SIZE_ELAPSED_SECONDS = {
1717
"alinux2023": {8: 62.414, 16: 31.998, 32: 20.422}, # v3.10.0
1818
"alinux2": {8: 64.475, 16: 33.173, 32: 17.899}, # v3.1.3
19+
"ubuntu2404": {8: 75.502, 16: 36.353, 32: 19.688}, # v3.13.0
1920
"ubuntu2204": {8: 75.502, 16: 36.353, 32: 19.688}, # v3.7.0
2021
"ubuntu2004": {8: 67.384, 16: 36.434, 32: 19.449}, # v3.1.3
2122
"centos7": {8: 67.838, 16: 36.568, 32: 20.935}, # v3.1.3
2223
"rhel8": {8: 66.494, 16: 36.154, 32: 20.347}, # v3.6.0
24+
"rhel9": {8: 66.494, 16: 36.154, 32: 20.347}, # v3.9.0
2325
"rocky8": {8: 66.859, 16: 36.184, 32: 21.090}, # v3.8.0
26+
"rocky9": {8: 66.859, 16: 36.184, 32: 21.090}, # v3.9.0
2427
}
2528

2629
OSS_REQUIRING_EXTRA_DEPS = ["alinux2023", "rhel8", "rocky8"]

0 commit comments

Comments
 (0)