File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments