mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-20 20:52:07 +00:00
ci: Move run-docker-tests
to free runner
Removed the Docker installation step as that's preinstalled in free runners. Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
parent
743a765525
commit
c0919d6f45
4
.github/workflows/basic-ci-amd64.yaml
vendored
4
.github/workflows/basic-ci-amd64.yaml
vendored
@ -251,8 +251,6 @@ jobs:
|
|||||||
run: bash tests/functional/vfio/gha-run.sh run
|
run: bash tests/functional/vfio/gha-run.sh run
|
||||||
|
|
||||||
run-docker-tests:
|
run-docker-tests:
|
||||||
# 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
|
||||||
# all the tests are not flaky, otherwise we'll fail them
|
# all the tests are not flaky, otherwise we'll fail them
|
||||||
@ -262,7 +260,7 @@ jobs:
|
|||||||
vmm:
|
vmm:
|
||||||
- clh
|
- clh
|
||||||
- qemu
|
- qemu
|
||||||
runs-on: garm-ubuntu-2304-smaller
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -17,8 +17,6 @@ image="${image:-instrumentisto/nmap:latest}"
|
|||||||
function install_dependencies() {
|
function install_dependencies() {
|
||||||
info "Installing the dependencies needed for running the docker smoke test"
|
info "Installing the dependencies needed for running the docker smoke test"
|
||||||
|
|
||||||
install_docker
|
|
||||||
|
|
||||||
sudo -E docker pull "${image}"
|
sudo -E docker pull "${image}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user