mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 12:29:56 +00:00
Merge pull request #9857 from wainersm/disable_failing_jobs-part2
CI: disable jobs that failed >= 50% on nightly CI recently - part 2
This commit is contained in:
commit
bcdc4fde10
7
.github/workflows/basic-ci-amd64.yaml
vendored
7
.github/workflows/basic-ci-amd64.yaml
vendored
@ -216,9 +216,9 @@ jobs:
|
|||||||
vmm:
|
vmm:
|
||||||
- clh
|
- clh
|
||||||
- qemu
|
- qemu
|
||||||
exclude:
|
|
||||||
# TODO: enable with clh when https://github.com/kata-containers/kata-containers/issues/9764 is fixed
|
# TODO: enable with clh when https://github.com/kata-containers/kata-containers/issues/9764 is fixed
|
||||||
- vmm: clh
|
# TODO: enable with qemu when https://github.com/kata-containers/kata-containers/issues/9851 is fixed
|
||||||
|
if: false
|
||||||
runs-on: garm-ubuntu-2304
|
runs-on: garm-ubuntu-2304
|
||||||
env:
|
env:
|
||||||
GOPATH: ${{ github.workspace }}
|
GOPATH: ${{ github.workspace }}
|
||||||
@ -301,6 +301,9 @@ jobs:
|
|||||||
- dragonball
|
- dragonball
|
||||||
- qemu
|
- qemu
|
||||||
- cloud-hypervisor
|
- cloud-hypervisor
|
||||||
|
# TODO: enable with clh when https://github.com/kata-containers/kata-containers/issues/9852 is fixed
|
||||||
|
exclude:
|
||||||
|
- vmm: clh
|
||||||
runs-on: garm-ubuntu-2304-smaller
|
runs-on: garm-ubuntu-2304-smaller
|
||||||
env:
|
env:
|
||||||
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
||||||
|
@ -34,6 +34,9 @@ jobs:
|
|||||||
- k0s
|
- k0s
|
||||||
- k3s
|
- k3s
|
||||||
- rke2
|
- rke2
|
||||||
|
# TODO: There are a couple of vmm/k8s combination failing (https://github.com/kata-containers/kata-containers/issues/9854)
|
||||||
|
# and we will put the entire kata-deploy-tests on GARM on maintenance.
|
||||||
|
if: false
|
||||||
runs-on: garm-ubuntu-2004-smaller
|
runs-on: garm-ubuntu-2004-smaller
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: ${{ inputs.registry }}
|
DOCKER_REGISTRY: ${{ inputs.registry }}
|
||||||
|
@ -23,9 +23,10 @@ jobs:
|
|||||||
container_engine:
|
container_engine:
|
||||||
- crio
|
- crio
|
||||||
- containerd
|
- containerd
|
||||||
include:
|
# TODO: enable when https://github.com/kata-containers/kata-containers/issues/9853 is fixed
|
||||||
- container_engine: containerd
|
#include:
|
||||||
containerd_version: lts
|
# - container_engine: containerd
|
||||||
|
# containerd_version: lts
|
||||||
exclude:
|
exclude:
|
||||||
# TODO: enable with containerd when https://github.com/kata-containers/kata-containers/issues/9761 is fixed
|
# TODO: enable with containerd when https://github.com/kata-containers/kata-containers/issues/9761 is fixed
|
||||||
- container_engine: containerd
|
- container_engine: containerd
|
||||||
@ -33,7 +34,7 @@ jobs:
|
|||||||
runs-on: garm-ubuntu-2204-smaller
|
runs-on: garm-ubuntu-2204-smaller
|
||||||
env:
|
env:
|
||||||
CONTAINER_ENGINE: ${{ matrix.container_engine }}
|
CONTAINER_ENGINE: ${{ matrix.container_engine }}
|
||||||
CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
#CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
||||||
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user