Skip to content

Commit 851e388

Browse files
committed
ci/test: exclude some runc_nodmz jobs
1. Sort the list of matrix excludes in the order of matrix, add comments explaining why we disable some jobs. 2. Exclude some jobs: - runc_nodmz && go 1.20.x - runc_nodmz && -race Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 4641f17 commit 851e388

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,26 @@ jobs:
3030
criu: ["", "criu-dev"]
3131
dmz: ["", "runc_nodmz"]
3232
exclude:
33-
- criu: criu-dev
34-
rootless: rootless
33+
# Disable most of criu-dev jobs, as they are expensive
34+
# (need to compile criu) and don't add much value/coverage.
3535
- criu: criu-dev
3636
go-version: 1.20.x
37+
- criu: criu-dev
38+
rootless: rootless
3739
- criu: criu-dev
3840
race: -race
39-
- dmz: runc_nodmz
40-
criu: criu-dev
41+
- criu: criu-dev
42+
dmz: runc_nodmz
43+
# Disable most of runc_nodmz jobs, as they don't add much value
44+
# (as dmz is disabled by default anyway).
4145
- dmz: runc_nodmz
4246
os: ubuntu-20.04
47+
- dmz: runc_nodmz
48+
go-version: 1.20.x
49+
- dmz: runc_nodmz
50+
rootless: rootless
51+
- dmz: runc_nodmz
52+
race: -race
4353
runs-on: ${{ matrix.os }}
4454

4555
steps:

0 commit comments

Comments
 (0)