Skip to content

Commit

Permalink
chore: drop aarch64 template tests in CPU Template pipeline
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pb8o committed Jan 24, 2024
1 parent d00ac19 commit 0ff4fd8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .buildkite/pipeline_cpu_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ class BkStep(str, Enum):
},
"instances": ["m5d.metal", "m6i.metal", "m6a.metal"],
},
"aarch64_cpu_templates": {
BkStep.COMMAND: [
"tools/devtool -y test -- -s -ra -m nonci --log-cli-level=INFO integration_tests/functional/test_cpu_features_aarch64.py"
],
BkStep.LABEL: "📖 cpu templates",
"instances": ["m6g.metal", "c7g.metal"],
"platforms": [("al2023", "linux_6.1")],
},
"fingerprint": {
BkStep.COMMAND: [
"tools/devtool -y test -- -m no_block_pr integration_tests/functional/test_cpu_template_helper.py -k test_guest_cpu_config_change",
Expand Down Expand Up @@ -171,8 +163,6 @@ def main():
test_group = group_single(cpu_template_test[test_args.test])
elif test_args.test == "cpuid_wrmsr":
test_group = group_snapshot_restore(cpu_template_test[test_args.test])
elif test_args.test == "aarch64_cpu_templates":
test_group = group_single(cpu_template_test[test_args.test])
elif test_args.test == "fingerprint":
test_group = group_single(cpu_template_test[test_args.test])

Expand Down

0 comments on commit 0ff4fd8

Please sign in to comment.