Skip to content

Commit 1bdcdee

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 5af9c44 commit 1bdcdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_cpu_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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": ["c5n.metal", "m5n.metal", "m6a.metal", "m6i.metal", "m7a.metal-48xl", "m7i.metal-24xl", "m7i.metal-48xl"],
3030
},
3131
"fingerprint": {
3232
BkStep.COMMAND: [

0 commit comments

Comments
 (0)