23
23
24
24
strategy :
25
25
matrix :
26
- os : [ubuntu-24.04, actuated- arm64-4cpu-16gb , macos-13, windows-2019]
26
+ os : [ubuntu-24.04, arm64-8core-32gb , macos-13, windows-2019]
27
27
exclude :
28
- - os : ${{ github.repository != 'containerd/containerd' && 'actuated- arm64-4cpu-16gb ' }}
28
+ - os : ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb ' }}
29
29
30
30
31
31
steps :
@@ -190,10 +190,10 @@ jobs:
190
190
191
191
strategy :
192
192
matrix :
193
- os : [ubuntu-22.04, ubuntu-24.04, actuated- arm64-4cpu-16gb , macos-13, windows-2019, windows-2022]
193
+ os : [ubuntu-22.04, ubuntu-24.04, arm64-8core-32gb , macos-13, windows-2019, windows-2022]
194
194
go-version : ["1.22.8", "1.23.2"]
195
195
exclude :
196
- - os : ${{ github.repository != 'containerd/containerd' && 'actuated- arm64-4cpu-16gb ' }}
196
+ - os : ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb ' }}
197
197
steps :
198
198
- uses : actions/checkout@v4
199
199
- uses : ./.github/actions/install-go
@@ -388,9 +388,9 @@ jobs:
388
388
runtime :
389
389
- io.containerd.runc.v2
390
390
runc : [runc, crun]
391
- os : [ubuntu-22.04, ubuntu-24.04, actuated- arm64-4cpu-16gb ]
391
+ os : [ubuntu-22.04, ubuntu-24.04, arm64-8core-32gb ]
392
392
exclude :
393
- - os : ${{ github.repository != 'containerd/containerd' && 'actuated- arm64-4cpu-16gb ' }}
393
+ - os : ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb ' }}
394
394
cgroup_driver : [cgroupfs, systemd]
395
395
396
396
env :
@@ -412,10 +412,10 @@ jobs:
412
412
script/setup/install-failpoint-binaries
413
413
414
414
- name : Install criu
415
- # NOTE: Required actuated enable CONFIG_CHECKPOINT_RESTORE
415
+ # NOTE: Required arm64 enable CONFIG_CHECKPOINT_RESTORE (need to confirm GitHub action runners config)
416
416
#
417
417
# REF: https://criu.org/Linux_kernel
418
- if : matrix.os != 'actuated- arm64-4cpu-16gb '
418
+ if : matrix.os != 'arm64-8core-32gb '
419
419
run : |
420
420
sudo add-apt-repository -y ppa:criu/ppa
421
421
sudo apt-get update
@@ -491,12 +491,6 @@ jobs:
491
491
runc --version
492
492
CONTAINERD_RUNTIME=$TEST_RUNTIME make cri-integration
493
493
494
- - name : Fix up for actuated
495
- # https://github.com/containerd/containerd/pull/9920#issuecomment-2024823587
496
- if : ${{ (matrix.os == 'actuated-arm64-4cpu-16gb') && (matrix.runc == 'crun') }}
497
- run : |
498
- echo "EXTRA_CRITEST_OPTIONS=--ginkgo.skip=runtime should support NamespaceMode_POD" >> $GITHUB_ENV
499
-
500
494
- name : cri-tools critest
501
495
env :
502
496
TEST_RUNTIME : ${{ matrix.runtime }}
0 commit comments