Fix CI - #313
Merged
Merged
Fix CI#313
Conversation
charliemirabile
requested changes
Sep 16, 2026
charliemirabile
left a comment
Contributor
There was a problem hiding this comment.
Does it work if you just keep only the last two commits (fixing log args and pinning version)? I feel like the others may have been things that were worth trying but not ultimately required to solve the problem.
…t container Signed-off-by: Joel Savitz <joel@underground.software>
podman-compose 1.6.0 introduced formatted prefixes and color options as the default output for the `podman-compose logs` command [0]. We use sed commands to scan for particular plaintext strings in the logs output to verify container progress to a certain checkmark, so modify all these log output invokations with the flags necessary to ensure plaintext output as before. [0] https://github.com/containers/podman-compose/releases/tag/v1.6.0 Signed-off-by: Joel Savitz <joel@underground.software>
Signed-off-by: Joel Savitz <joel@underground.software>
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.
CI is broken due to changes in default
podman-compose logsoutput format.In this PR, we this and other minor issues with the test container to rectify pipeline failures.