Skip to content

Commit 1750a7f

Browse files
committed
test: Enable Intel Sapphire Rapids in all pipelines
Now it's ready to use Intel Sapphire Rapids fully on our pipelines :) Adds it to the test platforms doc. Official support declaration will be done in CHANGELOG later. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 5b54630 commit 1750a7f

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.buildkite/common.py

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@
1414
import subprocess
1515
from pathlib import Path
1616

17+
# fmt: off
1718
DEFAULT_INSTANCES = [
18-
"c5n.metal", # Intel Skylake
19-
"m5n.metal", # Intel Cascade Lake
20-
"m6i.metal", # Intel Icelake
21-
"m6a.metal", # AMD Milan
22-
"m7a.metal-48xl", # AMD Genoa
23-
"m6g.metal", # Graviton2
24-
"m7g.metal", # Graviton3
19+
"c5n.metal", # Intel Skylake
20+
"m5n.metal", # Intel Cascade Lake
21+
"m6i.metal", # Intel Icelake
22+
"m7i.metal-24xl", # Intel Sapphire Rapids
23+
"m7i.metal-48xl", # Intel Sapphire Rapids
24+
"m6a.metal", # AMD Milan
25+
"m7a.metal-48xl", # AMD Genoa
26+
"m6g.metal", # Graviton2
27+
"m7g.metal", # Graviton3
2528
]
29+
# fmt: on
2630

2731
DEFAULT_PLATFORMS = [
2832
("al2", "linux_5.10"),

.buildkite/pipeline_cross.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"c5n.metal",
2323
"m5n.metal",
2424
"m6i.metal",
25+
"m7i.metal-24xl",
26+
"m7i.metal-48xl",
2527
"m6a.metal",
2628
"m7a.metal-48xl",
2729
]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ We test all combinations of:
135135
| c5n.metal | al2 linux_5.10 | ubuntu 24.04 | linux_5.10 |
136136
| m5n.metal | al2023 linux_6.1 | | linux_6.1 |
137137
| m6i.metal | | | |
138+
| m7i.metal-24xl | | | |
139+
| m7i.metal-48xl | | | |
138140
| m6a.metal | | | |
139141
| m7a.metal-48xl | | | |
140142
| m6g.metal | | | |

0 commit comments

Comments
 (0)