Skip to content

Commit c358311

Browse files
committed
chore: move aarch64 CPU template tests to al2023
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]>
1 parent 98faa38 commit c358311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_cpu_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class BkStep(str, Enum):
6262
],
6363
BkStep.LABEL: "📖 cpu templates",
6464
"instances": ["m6g.metal", "c7g.metal"],
65-
"platforms": [("al2_armpatch", "linux_5.10")],
65+
"platforms": [("al2023", "linux_6.1")],
6666
},
6767
"fingerprint": {
6868
BkStep.COMMAND: [

0 commit comments

Comments
 (0)