Skip to content

Commit a309538

Browse files
committed
chore: Make any instances acceptable in fingerprint test
Similar to other buildkite pipeline generation script, we would like to inject an onboarding instance type via --instances arg. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 3e95dcb commit a309538

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/pipeline_cpu_template.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from enum import Enum
88

9-
from common import DEFAULT_INSTANCES, DEFAULT_PLATFORMS, BKPipeline, group
9+
from common import DEFAULT_PLATFORMS, BKPipeline, group
1010

1111

1212
class BkStep(str, Enum):
@@ -34,7 +34,6 @@ class BkStep(str, Enum):
3434
"tools/devtool -y test --no-build -- -m no_block_pr integration_tests/functional/test_cpu_template_helper.py -k test_guest_cpu_config_change",
3535
],
3636
BkStep.LABEL: "🖐️ fingerprint",
37-
"instances": DEFAULT_INSTANCES,
3837
"platforms": DEFAULT_PLATFORMS,
3938
},
4039
"cpuid_wrmsr": {

0 commit comments

Comments
 (0)