Merge pull request #9920 from AkihiroSuda/cri-tools-20240304

critools-version: v1.30.0
This commit is contained in:
Akihiro Suda
2024-05-07 21:27:53 +00:00
committed by GitHub
3 changed files with 16 additions and 2 deletions

View File

@@ -479,10 +479,17 @@ jobs:
run: |
CONTAINERD_RUNTIME=$TEST_RUNTIME make cri-integration
- name: Fix up for actuated
# https://github.com/containerd/containerd/pull/9920#issuecomment-2024823587
if: ${{ (matrix.os == 'actuated-arm64-4cpu-16gb') && (matrix.runc == 'crun') }}
run: |
echo "EXTRA_CRITEST_OPTIONS=--ginkgo.skip=runtime should support NamespaceMode_POD" >> $GITHUB_ENV
- name: cri-tools critest
env:
TEST_RUNTIME: ${{ matrix.runtime }}
run: |
env
sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
# Log the status of this VM to investigate issues like