Skip to content

Commit 1f585d6

Browse files
committed
ci(snapshot): extend cross-restore coverage to more instance types
Add m8i.metal-48xl (Intel Granite Rapids), m6g.metal (Graviton2) and m8g.metal-24xl (Graviton4) to the cross-restore pipeline. These pick up same-instance cross-kernel coverage only; cross-instance restore permutations are unchanged. Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent 143c6ca commit 1f585d6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.buildkite/pipeline_cross.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
"m6i.metal",
2424
"m7i.metal-24xl",
2525
"m7i.metal-48xl",
26+
"m8i.metal-48xl",
2627
"m6a.metal",
2728
"m7a.metal-48xl",
2829
]
29-
instances_aarch64 = ["m7g.metal"]
30+
instances_aarch64 = ["m6g.metal", "m7g.metal", "m8g.metal-24xl"]
3031
restore_only_platforms = [("al2023", "linux_6.18")]
3132
x86_64_platforms = DEFAULT_PLATFORMS + restore_only_platforms
3233
commands = [
@@ -58,8 +59,8 @@
5859
)
5960
pipeline.add_step("wait")
6061

61-
# allow-list of what instances can be restores on what other instances (in
62-
# addition to itself)
62+
# allow-list of what instances can be restored on what other instances (in
63+
# addition to itself). aarch64 is restricted to same-instance restores.
6364
supported = {
6465
"m5n.metal": ["m6i.metal"],
6566
"m6i.metal": ["m5n.metal"],

0 commit comments

Comments
 (0)