Skip to content

Commit 9881436

Browse files
committed
[Test] Add Ubuntu24, RHEL9 and Rocky9 to OpenFOAM performance tests.
1 parent 5a16a7b commit 9881436

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/integration-tests/configs/openfoam.yaml

+1-1
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", "ubuntu2004"] # Ubuntu22.04, RHEL8 and Rocky8 are not supported
7+
oss: ["alinux2", "alinux2023", "ubuntu2004"] # Ubuntu22.04, RHEL8 and Rocky8 are not supported
88
schedulers: ["slurm"]

tests/integration-tests/tests/performance_tests/test_openfoam.py

+4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@
1212
# builds and installs many things
1313
TASK_VCPUS = 36 # vCPUs are cut in a half because multithreading is disabled
1414
BASELINE_CLUSTER_SIZE_ELAPSED_SECONDS = {
15+
"alinux2023": {8: 754, 16: 366, 32: 182}, # v3.10.0
1516
"alinux2": {8: 754, 16: 366, 32: 182}, # v3.1.3
17+
"ubuntu2404": {8: 742, 16: 376, 32: 185}, # v3.13.0 just a placeholder, Ubuntu24.04 not supported
1618
"ubuntu2204": {8: 742, 16: 376, 32: 185}, # v3.7.0 just a placeholder, Ubuntu22.04 not supported
1719
"ubuntu2004": {8: 750, 16: 382, 32: 187}, # v3.1.3
1820
"centos7": {8: 755, 16: 371, 32: 190}, # v3.1.3
1921
"rhel8": {8: 742, 16: 376, 32: 185}, # v3.6.0 just a placeholder, RHEL8 not supported
22+
"rhel9": {8: 742, 16: 376, 32: 185}, # v3.9.0 just a placeholder, RHEL9 not supported
2023
"rocky8": {8: 742, 16: 376, 32: 185}, # v3.8.0 just a placeholder, Rocky8 not supported
24+
"rocky9": {8: 742, 16: 376, 32: 185}, # v3.9.0 just a placeholder, Rocky9 not supported
2125
}
2226

2327

0 commit comments

Comments
 (0)