Fix ci - #143
Merged
Merged
Conversation
Disable the AppArmor service and add status check after teardown to ensure profiles are fully removed. This prevents AppArmor from interfering with VMs and passt self-sandboxing in CI. Assisted-by: AI Signed-off-by: Alice Frosi <afrosi@redhat.com>
Gather together with container logs also the dmesg and journal logs from the host. Signed-off-by: Alice Frosi <afrosi@redhat.com>
alicefr
enabled auto-merge (rebase)
August 17, 2026 13:28
Collaborator
Author
|
This PR requires a new update node image that is built only when bootc-dev/bink#114 si merged |
Collaborator
Author
HarshwardhanPatil07
approved these changes
Aug 18, 2026
Collaborator
|
Thank you! |
HarshwardhanPatil07
disabled auto-merge
August 19, 2026 08:58
HarshwardhanPatil07
enabled auto-merge (rebase)
August 19, 2026 08:58
Collaborator
|
@alicefr Just in case, How can we skip the particular ci test? |
Collaborator
Author
|
@HarshwardhanPatil07 do you mean go test? In that the case, you can prepend a P in front of a It, or Describe |
Collaborator
|
@alicefr like for example; I want to skip this CI / e2e (1.35) (pull_request) github actions test for particular PR which doesn't needs it to run and it keeps failing due to other issue and we can't merge the PR due to the failures. like in openshift, i had override command to override the ci check |
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.
Disable apparmor because of conflict with passt and enhance the collection of logs