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:
Wainer Moschetta 2024-06-24 10:11:05 -03:00 committed by GitHub
commit bcdc4fde10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 7 deletions

View File

@ -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 # TODO: enable with qemu when https://github.com/kata-containers/kata-containers/issues/9851 is fixed
- vmm: clh 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 }}

View File

@ -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 }}

View File

@ -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