-
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
Upgrade Testing to a future release #228
Comments
In an out-of-band chat, @jlebon and @arithx came up with an interesting suggestion: we can mimic an update out of the the version under test by using the previous release in the channel as a target. |
Right, yeah. I also really want us to exercise upgrade testing on
|
I set up item 2 above in Fedora Communishift. It can be used with:
As the OSTree repo is not yet up, Zincati currently fails with |
I opened an issue for tracking the OSTree repo annex work: #266 |
At least for release builds, we'll probably want to make sure we test updates from older releases too. Not sure how comprehensive we want to be, and it will take longer and longer as we add more update barriers (though those shouldn't be too frequent). But at least testing from the initial release would be nice. Each release carries state forward that might be incompatible with latest releases. See #322. |
@jlebon I've seen upgrade testing in the pipeline. Is this done already? |
I think we can mark this as closed by coreos/mantle#1168 and have a separate tickets for upgrade tests that will leverage the compose repo. |
The first FCOS preview release is not able to upgrade automatically due to a bug. We should add testing to ensure that FCOS can update out of the the version under test.
Couple of things to consider:
The text was updated successfully, but these errors were encountered: