Skip to content

Commit 57433a4

Browse files
committed
chore: Make any platforms acceptable in CPU template test
It's not necessary at the moment, but we will want to test new platform (new Amazon Linux) in the future by injecting via --platforms arg. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 95eeed7 commit 57433a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.buildkite/pipeline_cpu_template.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ class BkStep(str, Enum):
2727
],
2828
BkStep.LABEL: "📖 rdmsr",
2929
"instances": ["c5n.metal", "m5n.metal", "m6a.metal", "m6i.metal"],
30-
"platforms": DEFAULT_PLATFORMS,
3130
},
3231
"fingerprint": {
3332
BkStep.COMMAND: [
3433
"tools/devtool -y test --no-build -- -m no_block_pr integration_tests/functional/test_cpu_template_helper.py -k test_guest_cpu_config_change",
3534
],
3635
BkStep.LABEL: "🖐️ fingerprint",
37-
"platforms": DEFAULT_PLATFORMS,
3836
},
3937
"cpuid_wrmsr": {
4038
"snapshot": {

0 commit comments

Comments
 (0)