Skip to content

Commit b4117e5

Browse files
JackThomson2roypat
authored andcommitted
feat: Add m7a as a tested instance
Adding M7a to our default tested intances and the cross snapshot pipeline. Update the README to reflect this change. Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent 7c7884c commit b4117e5

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

.buildkite/common.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"m5n.metal", # Intel Cascade Lake
2020
"m6i.metal", # Intel Icelake
2121
"m6a.metal", # AMD Milan
22+
"m7a.metal-48xl", # AMD Genoa
2223
"m6g.metal", # Graviton2
2324
"m7g.metal", # Graviton3
2425
]

.buildkite/pipeline_cross.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
per_instance = pipeline.per_instance.copy()
1919
per_instance.pop("instances")
2020
per_instance.pop("platforms")
21-
instances_x86_64 = ["c5n.metal", "m5n.metal", "m6i.metal", "m6a.metal"]
21+
instances_x86_64 = [
22+
"c5n.metal",
23+
"m5n.metal",
24+
"m6i.metal",
25+
"m6a.metal",
26+
"m7a.metal-48xl",
27+
]
2228
instances_aarch64 = ["m7g.metal"]
2329
commands = [
2430
"./tools/devtool -y test --no-build -- -m nonci -n4 integration_tests/functional/test_snapshot_phase1.py",

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,15 @@ The **API endpoint** can be used to:
130130

131131
We test all combinations of:
132132

133-
| Instance | Host OS & Kernel | Guest Rootfs | Guest Kernel |
134-
| :-------- | :--------------- | :----------- | :----------- |
135-
| c5n.metal | al2 linux_5.10 | ubuntu 24.04 | linux_5.10 |
136-
| m5n.metal | al2023 linux_6.1 | | linux_6.1 |
137-
| m6i.metal | | | |
138-
| m6a.metal | | | |
139-
| m6g.metal | | | |
140-
| m7g.metal | | | |
133+
| Instance | Host OS & Kernel | Guest Rootfs | Guest Kernel |
134+
| :------------- | :--------------- | :----------- | :----------- |
135+
| c5n.metal | al2 linux_5.10 | ubuntu 24.04 | linux_5.10 |
136+
| m5n.metal | al2023 linux_6.1 | | linux_6.1 |
137+
| m6i.metal | | | |
138+
| m6a.metal | | | |
139+
| m7a.metal-48xl | | | |
140+
| m6g.metal | | | |
141+
| m7g.metal | | | |
141142

142143
## Known issues and Limitations
143144

0 commit comments

Comments
 (0)