ci: test podman in CI - #374
Merged
Merged
Conversation
Signed-off-by: Bartek Mucha <bartosz.mucha@arm.com>
Signed-off-by: Bartek Mucha <bartosz.mucha@arm.com>
Signed-off-by: Bartek Mucha <bartosz.mucha@arm.com>
muchzill4
commented
Jul 27, 2026
| with: | ||
| distribution: Ubuntu-24.04 | ||
| # Docker and Podman require the Linux kernel and container primitives provided by WSL2. | ||
| wsl-version: 2 |
Contributor
Author
There was a problem hiding this comment.
This is default, but good to call out explicitly.
muchzill4
marked this pull request as ready for review
July 27, 2026 08:33
awphi
approved these changes
Jul 27, 2026
Comment on lines
+92
to
+96
| case "$(uname -m)" in | ||
| x86_64) compose_arch=x86_64 ;; | ||
| aarch64|arm64) compose_arch=aarch64 ;; | ||
| *) echo "Unsupported architecture: $(uname -m)" >&2; exit 1 ;; | ||
| esac |
Contributor
There was a problem hiding this comment.
nit: Is this needed? We don't have any runners on x86_32 or any other arch
Contributor
Author
There was a problem hiding this comment.
We don’t, but it’d be good if it exploded otherwise. 🤷
Contributor
There was a problem hiding this comment.
Yeesh we need to break this up into something like
ci.yaml
setup_windows_containers.yaml
setup_linux_containers.yaml
Doesn't block this though, separate refactor for a GH yaml lover to take on later!
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.
Changes
podmananddocker-composein CI, so that podman tests are executedPODMAN_COMPOSE_WARNING_LOGS=false, so I had to fix nd json parsingpsin the future where we explicitly parse the output, something to think about there and thenChecklist