Skip to content

Commit 927bfc3

Browse files
Performance test on alinux2
Signed-off-by: Hanwen <[email protected]>
1 parent aeb87fc commit 927bfc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/integration-tests/configs/openfoam.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", "ubuntu2004", "centos7"] # Ubuntu22.04, RHEL8 and Rocky8 are not supported
7+
oss: ["alinux2"] # Ubuntu22.04, RHEL8 and Rocky8 are not supported
88
schedulers: ["slurm"]

tests/integration-tests/configs/osu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ test-suites:
55
dimensions:
66
- regions: [ "euw1-az1" ] # do not move, unless capacity reservation is moved as well
77
instances: [ "c5n.18xlarge" ]
8-
oss: {{ common.OSS_COMMERCIAL_X86 }}
8+
oss: ["alinux2"]
99
schedulers: [ "slurm" ]

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"]
88
schedulers: ["slurm"]

0 commit comments

Comments
 (0)