-
Notifications
You must be signed in to change notification settings - Fork 59
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
[next] auto-updates are disabled on 32.20200416.1.0 #473
Comments
Our next stream is a production stream that we want to have automatic updates enabled on. Fixes: coreos/fedora-coreos-tracker#473
coreos/fedora-coreos-config#376 should fix this. |
Our next stream is a production stream that we want to have automatic updates enabled on. Fixes: coreos/fedora-coreos-tracker#473
On production streams, we should never have to force Zincati updates to be on since that should already be the default. So remove that from the Ignition config and dynamically check this when testing. We check twice here because we need to account for the case where we're first rebasing from e.g. `testing-devel` to `next` (where we do have to force updates) and then an update on `next` itself (where we shouldn't have to force updates). This would have caught a regression in `next` where Zincati updates were disabled: coreos/fedora-coreos-tracker#473.
I fixed the upgrade tests to catch this in the future: coreos/coreos-assembler#1422. I verified that the exact
|
workaround for affected systems (on version
|
Link to the proposed text for the |
On production streams, we should never have to force Zincati updates to be on since that should already be the default. So remove that from the Ignition config and dynamically check this when testing. We check twice here because we need to account for the case where we're first rebasing from e.g. `testing-devel` to `next` (where we do have to force updates) and then an update on `next` itself (where we shouldn't have to force updates). This would have caught a regression in `next` where Zincati updates were disabled: coreos/fedora-coreos-tracker#473.
On production streams, we should never have to force Zincati updates to be on since that should already be the default. So remove that from the Ignition config and dynamically check this when testing. We check twice here because we need to account for the case where we're first rebasing from e.g. `testing-devel` to `next` (where we do have to force updates) and then an update on `next` itself (where we shouldn't have to force updates). This would have caught a regression in `next` where Zincati updates were disabled: coreos/fedora-coreos-tracker#473.
Upgrade tests on the `next` stream are going to fail right now because of a known regression: coreos/fedora-coreos-tracker#473 Add a temporary knob to allow continuing the build without it. I initially tried just blacklisting it, but because it's the only test in the suite right now, kola errors out due to no tests being available to run.
sent the email to the coreos-status list: https://lists.fedoraproject.org/archives/list/coreos-status@lists.fedoraproject.org/thread/KHHM3XLMLFMATLBE54RMOBVLXEUF2IFO/ |
The fix for this went into next stream release |
OS version: 32.20200416.1.0 ("next" stream)
On
32.20200416.1.0
(first release on thenext
stream), Zincati defaults are overridden with an injected configuration fragment which disables auto-updates:Resulting in:
However,
next
is a production stream which should auto-update by default.The text was updated successfully, but these errors were encountered: