mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
ci: Move run-nydus
to free runner
See #9940. Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
parent
9e1b6064dc
commit
09cce86cc7
4
.github/workflows/basic-ci-amd64.yaml
vendored
4
.github/workflows/basic-ci-amd64.yaml
vendored
@ -96,8 +96,6 @@ jobs:
|
|||||||
run: bash tests/stability/gha-run.sh run
|
run: bash tests/stability/gha-run.sh run
|
||||||
|
|
||||||
run-nydus:
|
run-nydus:
|
||||||
# TODO: Transition to free runner (see #9940).
|
|
||||||
if: false
|
|
||||||
strategy:
|
strategy:
|
||||||
# We can set this to true whenever we're 100% sure that
|
# We can set this to true whenever we're 100% sure that
|
||||||
# the all the tests are not flaky, otherwise we'll fail
|
# the all the tests are not flaky, otherwise we'll fail
|
||||||
@ -106,7 +104,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
containerd_version: ['lts', 'active']
|
containerd_version: ['lts', 'active']
|
||||||
vmm: ['clh', 'qemu', 'dragonball', 'stratovirt']
|
vmm: ['clh', 'qemu', 'dragonball', 'stratovirt']
|
||||||
runs-on: garm-ubuntu-2204-smaller
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
||||||
GOPATH: ${{ github.workspace }}
|
GOPATH: ${{ github.workspace }}
|
||||||
|
Loading…
Reference in New Issue
Block a user