Skip to content

Commit

Permalink
Merge pull request kata-containers#9765 from wainersm/disable_failing…
Browse files Browse the repository at this point in the history
…_jobs

CI: disable jobs that failed > 50% on nightly CI recently - part 1
  • Loading branch information
wainersm committed Jun 4, 2024
2 parents 6475605 + c9f93fc commit 2b8cdd9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) 2024 Red Hat
#
# SPDX-License-Identifier: Apache-2.0
#
# Configuration file with rules for the actionlint tool.
#
self-hosted-runner:
# Labels of self-hosted runner that linter should ignore
labels:
- arm64-builder
- garm-ubuntu-2004
- garm-ubuntu-2004-smaller
- garm-ubuntu-2204
- garm-ubuntu-2304
- garm-ubuntu-2304-smaller
- garm-ubuntu-2204-smaller
- k8s-ppc64le
- metrics
- ppc64le
- sev
- sev-snp
- s390x
- s390x-large
- tdx
9 changes: 8 additions & 1 deletion .github/workflows/basic-ci-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ jobs:
vmm:
- clh # cloud-hypervisor
- qemu
# TODO: enable me when https://github.com/kata-containers/kata-containers/issues/9763 is fixed
if: false
runs-on: garm-ubuntu-2204-smaller
env:
KATA_HYPERVISOR: ${{ matrix.vmm }}
Expand Down Expand Up @@ -211,7 +213,12 @@ jobs:
strategy:
fail-fast: false
matrix:
vmm: ['clh', 'qemu']
vmm:
- clh
- qemu
exclude:
# TODO: enable with clh when https://github.com/kata-containers/kata-containers/issues/9764 is fixed
- vmm: clh
runs-on: garm-ubuntu-2304
env:
GOPATH: ${{ github.workspace }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-kata-monitor-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
include:
- container_engine: containerd
containerd_version: lts
exclude:
# TODO: enable with containerd when https://github.com/kata-containers/kata-containers/issues/9761 is fixed
- container_engine: containerd
vmm: qemu
runs-on: garm-ubuntu-2204-smaller
env:
CONTAINER_ENGINE: ${{ matrix.container_engine }}
Expand Down

0 comments on commit 2b8cdd9

Please sign in to comment.