mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-17 08:53:26 +00:00
ci: Move run-containerd-stability
to free runner
Removes the Docker installation step as that's preinstalled on the free runner: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#tools Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
parent
6a0e403acf
commit
9e1b6064dc
4
.github/workflows/basic-ci-amd64.yaml
vendored
4
.github/workflows/basic-ci-amd64.yaml
vendored
@ -57,14 +57,12 @@ jobs:
|
|||||||
run: bash tests/integration/cri-containerd/gha-run.sh run
|
run: bash tests/integration/cri-containerd/gha-run.sh run
|
||||||
|
|
||||||
run-containerd-stability:
|
run-containerd-stability:
|
||||||
# TODO: Transition to free runner (see #9940).
|
|
||||||
if: false
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
containerd_version: ['lts', 'active']
|
containerd_version: ['lts', 'active']
|
||||||
vmm: ['clh', 'cloud-hypervisor', 'dragonball', 'qemu', 'stratovirt']
|
vmm: ['clh', 'cloud-hypervisor', 'dragonball', 'qemu', '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 }}
|
||||||
|
@ -29,7 +29,6 @@ function install_dependencies() {
|
|||||||
sudo apt-get -y install "${system_deps[@]}"
|
sudo apt-get -y install "${system_deps[@]}"
|
||||||
|
|
||||||
ensure_yq
|
ensure_yq
|
||||||
install_docker
|
|
||||||
check_ctr_images "${IMAGE}" "${DOCKERFILE}"
|
check_ctr_images "${IMAGE}" "${DOCKERFILE}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user