CI: build crun/runc from source and bump bats/cni-plugins#641
Merged
giuseppe merged 1 commit intocontainers:mainfrom Mar 4, 2026
Merged
CI: build crun/runc from source and bump bats/cni-plugins#641giuseppe merged 1 commit intocontainers:mainfrom
giuseppe merged 1 commit intocontainers:mainfrom
Conversation
Bump CI dependency versions: - cni-plugins v1.3.0 -> v1.9.0 - bats v1.9.0 -> v1.13.0 - runc v1.1.14 -> v1.4.0 - crun 1.17 -> 1.26 Switch runc and crun from downloading prebuilt binaries to building from source at pinned release tags to match CRI-O's own CI setup. Skip crio-wipe.bats in CRI-O integration tests as it tests cri-o's wipe functionality, not conmon. Add Renovate custom manager to automatically track all four dependency versions in hack/github-actions-setup. Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The CRI-O integration tests have been failing since ~Feb 2026 because conmon's CI used outdated pinned binaries for crun (1.17) and runc (v1.1.14), while CRI-O HEAD now requires newer runtimes. Build both from source (HEAD) to match CRI-O's own CI setup.
Also bump bats-core (v1.9.0 -> v1.13.0) and cni-plugins (v1.3.0 -> v1.9.0), and add Renovate annotations so these stay current automatically.