Skip to content

Commit 43e5e77

Browse files
committed
chore: Run RDMSR test on new x86_64 instance types
Add m7i.metal-{24,48}xl and m7a.metal-48xl to RDMSR test Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 0242aa0 commit 43e5e77

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.buildkite/pipeline_cpu_template.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ class BkStep(str, Enum):
2626
"tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features_x86_64.py -k 'test_cpu_rdmsr' "
2727
],
2828
BkStep.LABEL: "📖 rdmsr",
29-
"instances": ["c5n.metal", "m5n.metal", "m6a.metal", "m6i.metal"],
29+
"instances": [
30+
"c5n.metal",
31+
"m5n.metal",
32+
"m6a.metal",
33+
"m6i.metal",
34+
"m7a.metal-48xl",
35+
"m7i.metal-24xl",
36+
"m7i.metal-48xl"
37+
],
3038
},
3139
"fingerprint": {
3240
BkStep.COMMAND: [

0 commit comments

Comments
 (0)