Installs release-upgrader in prepare-servers role #5792
Merged
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.
Status
Ready for review
Description of Changes
Closes #5781. Adds the package to an early run, mostly
to satisfy dev/testing environments where deb packages are installed
directly as part of test runs.
Also updates the "python" -> "python3" in the same task, since on Focal
the former would result in (EOL'd) python2 being unnecessarily installed.
Updated tests to match.
Testing
Make sure you use the newest Vagrant boxes available, preferably libvirt. At least
202102.02.0
should exhibit the problem.Run
make staging
. Observe it passes.Optionally we can update the boxes used in CI, which would shave a few minutes off each staging-with-rebase run, but not doing that now since the motivation here is to unbreak dev environments.
Deployment
None, we expect this package to be installed on hardware, and it indeed always have been. Dev-focused.