File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -479,10 +479,17 @@ jobs:
479
479
run : |
480
480
CONTAINERD_RUNTIME=$TEST_RUNTIME make cri-integration
481
481
482
+ - name : Fix up for actuated
483
+ # https://github.com/containerd/containerd/pull/9920#issuecomment-2024823587
484
+ if : ${{ (matrix.os == 'actuated-arm64-4cpu-16gb') && (matrix.runc == 'crun') }}
485
+ run : |
486
+ echo "EXTRA_CRITEST_OPTIONS=--ginkgo.skip=runtime should support NamespaceMode_POD" >> $GITHUB_ENV
487
+
482
488
- name : cri-tools critest
483
489
env :
484
490
TEST_RUNTIME : ${{ matrix.runtime }}
485
491
run : |
492
+ env
486
493
sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
487
494
488
495
# Log the status of this VM to investigate issues like
Original file line number Diff line number Diff line change 58
58
crictl --runtime-endpoint ${BDIR} /c.sock info && break || sleep 1
59
59
done
60
60
61
- critest --report-dir " $report_dir " --runtime-endpoint=unix:///${BDIR} /c.sock --parallel=8
61
+ critest --report-dir " $report_dir " --runtime-endpoint=unix:///${BDIR} /c.sock --parallel=8 " ${EXTRA_CRITEST_OPTIONS :- " " } "
You can’t perform that action at this time.
0 commit comments