mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci/gha: fix exclusion rules
Commit874207492neglects to update the exclusion rules when bumping Go releases, and so we no longer exclude running on actuated with older Go release, or running with criu-dev with older Go release. Fixes:874207492("CI: add Go 1.24, drop go1.22") Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit 0628b1e5a0d909627594f4e2df20a8e4ee57e51c) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -32,12 +32,12 @@ jobs:
|
||||
# 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.22.x
|
||||
go-version: 1.23.x
|
||||
- criu: criu-dev
|
||||
rootless: rootless
|
||||
- criu: criu-dev
|
||||
race: -race
|
||||
- go-version: 1.22.x
|
||||
- go-version: 1.23.x
|
||||
os: actuated-arm64-6cpu-8gb
|
||||
- race: "-race"
|
||||
os: actuated-arm64-6cpu-8gb
|
||||
|
||||
Reference in New Issue
Block a user