CI: skip test in arm64 CI
Co-authored-by: Wei Fu <fuweid89@gmail.com> Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
6c3c5376fc
commit
3b065cdddb
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -479,10 +479,17 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
CONTAINERD_RUNTIME=$TEST_RUNTIME make cri-integration
|
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
|
- name: cri-tools critest
|
||||||
env:
|
env:
|
||||||
TEST_RUNTIME: ${{ matrix.runtime }}
|
TEST_RUNTIME: ${{ matrix.runtime }}
|
||||||
run: |
|
run: |
|
||||||
|
env
|
||||||
sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
|
sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
|
||||||
|
|
||||||
# Log the status of this VM to investigate issues like
|
# Log the status of this VM to investigate issues like
|
||||||
|
@ -58,4 +58,4 @@ do
|
|||||||
crictl --runtime-endpoint ${BDIR}/c.sock info && break || sleep 1
|
crictl --runtime-endpoint ${BDIR}/c.sock info && break || sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
critest --report-dir "$report_dir" --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8
|
critest --report-dir "$report_dir" --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8 "${EXTRA_CRITEST_OPTIONS:-""}"
|
||||||
|
Loading…
Reference in New Issue
Block a user