Skip to content

Commit 66e93f5

Browse files
authored
ci: fix wrong grouping about CGroup v1 (#841)
AmazonLinux 2023 contains code for CGroup v1, but it is not officially supported. See https://docs.aws.amazon.com/eks/latest/userguide/al2023.html While AL2023 still includes code that can make the system run using cgroupv1, this isn’t a recommended or supported configuration. This configuration will be completely removed in a future major release of Amazon Linux. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 1ecb3d9 commit 66e93f5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/yum.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
matrix:
196196
label:
197197
- AmazonLinux 2 x86_64
198-
- AmazonLinux 2023 x86_64
199198
test:
200199
- "update-from-v4.sh"
201200
- "update-from-v5-lts.sh"
@@ -222,15 +221,6 @@ jobs:
222221
include:
223222
- label: AmazonLinux 2 x86_64
224223
rake-job: amazonlinux-2
225-
- label: AmazonLinux 2023 x86_64
226-
rake-job: amazonlinux-2023
227-
exclude:
228-
- label: AmazonLinux 2023 x86_64
229-
test: update-from-v4.sh
230-
- label: AmazonLinux 2023 x86_64
231-
test: update-to-next-version-with-backward-compat-for-v4.sh
232-
- label: AmazonLinux 2023 x86_64
233-
test: downgrade-to-v4.sh
234224
steps:
235225
- uses: actions/checkout@v4
236226
- uses: actions/download-artifact@v4
@@ -275,6 +265,7 @@ jobs:
275265
label:
276266
- RockyLinux 8 x86_64
277267
- AlmaLinux 9 x86_64
268+
- AmazonLinux 2023 x86_64
278269
test:
279270
- "update-from-v4.sh"
280271
- "update-from-v5-lts.sh"
@@ -305,6 +296,16 @@ jobs:
305296
- label: AlmaLinux 9 x86_64
306297
rake-job: almalinux-9
307298
container-image: images:almalinux/9
299+
- label: AmazonLinux 2023 x86_64
300+
rake-job: amazonlinux-2023
301+
container-image: images:amazonlinux/2023
302+
exclude:
303+
- label: AmazonLinux 2023 x86_64
304+
test: update-from-v4.sh
305+
- label: AmazonLinux 2023 x86_64
306+
test: update-to-next-version-with-backward-compat-for-v4.sh
307+
- label: AmazonLinux 2023 x86_64
308+
test: downgrade-to-v4.sh
308309
steps:
309310
- uses: actions/checkout@v4
310311
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)