Skip to content

Commit

Permalink
chore: move aarch64 CPU template tests to al2023
Browse files Browse the repository at this point in the history
The AL2023 Linux 6.1 kernel now has the CPU masking patches we need for
snapshot / restore to work.

Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o committed Jan 16, 2024
1 parent 98faa38 commit c358311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline_cpu_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BkStep(str, Enum):
],
BkStep.LABEL: "📖 cpu templates",
"instances": ["m6g.metal", "c7g.metal"],
"platforms": [("al2_armpatch", "linux_5.10")],
"platforms": [("al2023", "linux_6.1")],
},
"fingerprint": {
BkStep.COMMAND: [
Expand Down

0 comments on commit c358311

Please sign in to comment.