Skip to content

Commit

Permalink
merge #4238 opencontainers/runc:main
Browse files Browse the repository at this point in the history
Kir Kolyshkin (1):
  ci/test: exclude some runc_nodmz jobs

LGTMs: AkihiroSuda cyphar
  • Loading branch information
cyphar committed Apr 4, 2024
2 parents 0680e2b + 851e388 commit 5e0ec3f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,26 @@ jobs:
criu: ["", "criu-dev"]
dmz: ["", "runc_nodmz"]
exclude:
- criu: criu-dev
rootless: rootless
# Disable most of criu-dev jobs, as they are expensive
# (need to compile criu) and don't add much value/coverage.
- criu: criu-dev
go-version: 1.20.x
- criu: criu-dev
rootless: rootless
- criu: criu-dev
race: -race
- dmz: runc_nodmz
criu: criu-dev
- criu: criu-dev
dmz: runc_nodmz
# Disable most of runc_nodmz jobs, as they don't add much value
# (as dmz is disabled by default anyway).
- dmz: runc_nodmz
os: ubuntu-20.04
- dmz: runc_nodmz
go-version: 1.20.x
- dmz: runc_nodmz
rootless: rootless
- dmz: runc_nodmz
race: -race
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 5e0ec3f

Please sign in to comment.