-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utilize the new library timebomb() function. #323
Conversation
e5c34e5
to
014723a
Compare
This needs containers/automation#175 |
014723a
to
0bfd9b2
Compare
68e8b2f
to
6366f5a
Compare
Cirrus CI build successful. Found built image names and IDs:
|
N/B: This new automation library version includes a significant update to stdio redirection for all functions. Careful testing of these images is highly recommended. Signed-off-by: Chris Evich <[email protected]>
6366f5a
to
7d01036
Compare
Cirrus CI build successful. Found built image names and IDs:
|
OOH! New rawhide kernel! @containers/podman-maintainers this is super-critical-important, we need to get this into podman CI to see if the hang goes away. (Unfortunately this build is broken, bad netavark, so we can't use these VMs. But next week this will be my first priority)
|
Code LGTM from the perspective of "fine with me to check in", but ABSOLUTELY DO NOT USE THESE VMS ANYWHERE. Just to be clear. (The debian |
@@ -194,12 +194,6 @@ DOWNLOAD_PACKAGES=(\ | |||
msg "Installing general build/test dependencies" | |||
bigto $SUDO dnf install -y "${INSTALL_PACKAGES[@]}" | |||
|
|||
timebomb 20240214 "Gaaaaaaaaah! Kludge to emergency-get netavark 1.10.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
....or, @cevich, if you don't mind bumping this timebomb to 20240217 and respinning, that could possibly be super-duper-helpful in tracking down the hang.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As in, bumping it and reinstating it because netavark is still testing and not stable.
This PR could serve that purpose. It's going to need running through at least podman CI to confirm all the stdio redirect changes don't break anything. I don't plan on touching this in any serious way until next week anyway. |
Followup:
LGTM to merge. |
okay thanks. And if you're building again next week, we can leave the >>stdio>> testing to then. |
N/B: This new automation library version includes a significant update
to stdio redirection for all functions. Careful testing of these images
is highly recommended.