ci: update bats-action to v2.1.1#4412
Merged
Merged
Conversation
bats-core/bats-action installs a few support libraries by default which are not used by runc. Disable the installation, which will remove /usr/bin/tar: Permission denied errors. Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Contributor
Author
9407b2e to
78c5c7f
Compare
Contributor
Author
|
Saw an fd leak issue in one of the CI runs. Ref: https://github.com/opencontainers/runc/actions/runs/11029727694/job/30632792456?pr=4412#step:15:846. Thought it was already fixed in 1.23 |
This comment was marked as outdated.
This comment was marked as outdated.
Member
|
bats-core/bats-action#18 (comment) Please help to update to v2.1.1, thanks! |
78c5c7f to
5e2c3fd
Compare
bats-action@2.1.1 supports: - ubuntu 20.04 - cache key with multiple arch Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
5e2c3fd to
5b161e0
Compare
Contributor
Author
|
Can we get this in, so that the CI can be unblocked ? |
Member
|
@opencontainers/runc-maintainers PTAL |
This was referenced Sep 26, 2024
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.
/usr/bin/tar: Permission denied errors.Ref: https://github.com/opencontainers/runc/actions/runs/11019452323/job/30602046848#step:13:59
Sample run: https://github.com/akhilerm/runc/actions/runs/11026954586/job/30624383166#step:13:1
Fixes #4411