-
Notifications
You must be signed in to change notification settings - Fork 410
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
[FCOS] Pull MCD image and extract binary if it doesn't exists #1279
[FCOS] Pull MCD image and extract binary if it doesn't exists #1279
Conversation
This removes condition to run this after first boot, cause some UPI installs may want to set static IP / other modification right after the first boot
Hm, well we should probably reopen |
Oh I bet the problem you're hitting is coreos/ignition-dracut@598bbdd hasn't shipped to FCOS stable yet? |
Fine with me for now, though let's remember to drop this once you rebase to a newer FCOS. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
Weird, seems machine-os-content is generating a broken oscontainer?
|
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold |
Interesting...I think this may be related to the high UIDs saved in the image? https://paste.fedoraproject.org/paste/w9kqQCa5OtzbYFZLrv5OOA
I think we really want the builder to |
Could be related, however the pull succeeds:
|
interestingly enough this doesn't happen on installer PR, so there's probably something broken machine-os-content |
hm, weird. I'll kick e2e again, maybe something has changed over the past few days.. /retest |
/retest |
/retest |
2 similar comments
/retest |
/retest |
openshift/release#6181 was breaking os-content, it got merged and tests should eventually pass |
/hold cancel |
This removes condition to run this after first boot, cause some UPI
installs may want to have other modification right after the
first boot.
Required to make vSphere UPI tests pass, as these reboot machine to set static IP thus
ignition-firstboot-complete.service
is not active and MCD image cannot be pulled./cc @LorbusChris