We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af9c44 commit 1bdcdeeCopy full SHA for 1bdcdee
.buildkite/pipeline_cpu_template.py
@@ -26,7 +26,7 @@ class BkStep(str, Enum):
26
"tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features_x86_64.py -k 'test_cpu_rdmsr' "
27
],
28
BkStep.LABEL: "📖 rdmsr",
29
- "instances": ["c5n.metal", "m5n.metal", "m6a.metal", "m6i.metal"],
+ "instances": ["c5n.metal", "m5n.metal", "m6a.metal", "m6i.metal", "m7a.metal-48xl", "m7i.metal-24xl", "m7i.metal-48xl"],
30
},
31
"fingerprint": {
32
BkStep.COMMAND: [
0 commit comments