Skip to content

Commit 394a60b

Browse files
committed
chore: drop aarch64 template tests in CPU Template pipeline
Since we run them now as part of CI, there's no reason to run them separately here. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent d9aebba commit 394a60b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.buildkite/pipeline_cpu_template.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ class BkStep(str, Enum):
5656
},
5757
"instances": ["m5d.metal", "m6i.metal", "m6a.metal"],
5858
},
59-
"aarch64_cpu_templates": {
60-
BkStep.COMMAND: [
61-
"tools/devtool -y test -- -s -ra -m nonci --log-cli-level=INFO integration_tests/functional/test_cpu_features_aarch64.py"
62-
],
63-
BkStep.LABEL: "📖 cpu templates",
64-
"instances": ["m6g.metal", "c7g.metal"],
65-
"platforms": [("al2023", "linux_6.1")],
66-
},
6759
"fingerprint": {
6860
BkStep.COMMAND: [
6961
"tools/devtool -y test -- -m no_block_pr integration_tests/functional/test_cpu_template_helper.py -k test_guest_cpu_config_change",
@@ -171,8 +163,6 @@ def main():
171163
test_group = group_single(cpu_template_test[test_args.test])
172164
elif test_args.test == "cpuid_wrmsr":
173165
test_group = group_snapshot_restore(cpu_template_test[test_args.test])
174-
elif test_args.test == "aarch64_cpu_templates":
175-
test_group = group_single(cpu_template_test[test_args.test])
176166
elif test_args.test == "fingerprint":
177167
test_group = group_single(cpu_template_test[test_args.test])
178168

0 commit comments

Comments
 (0)