Fix baremetal jobs on Ubuntu 20.04#2805
Merged
EmilienM merged 1 commit intogophercloud:masterfrom Oct 13, 2023
Merged
Conversation
628394f to
0df0445
Compare
EmilienM
reviewed
Oct 12, 2023
EmilienM
reviewed
Oct 12, 2023
0df0445 to
50d1a78
Compare
mandre
reviewed
Oct 12, 2023
| uses: actions/checkout@v4 | ||
| - name: Deploy devstack | ||
| uses: EmilienM/devstack-action@v0.11 | ||
| uses: EmilienM/devstack-action@v0.12 |
Contributor
There was a problem hiding this comment.
For anyone looking, the fix consists in getting the ubuntu packages at their latest version prior to installing devstack.
The proposed fix in devstack-action is at gophercloud/devstack-action#15.
Contributor
Author
|
/retest |
Add workaround to grub-efi-amd64-signed package See [1][2] [1] https://askubuntu.com/questions/1276111/error-upgrading-grub-efi-amd64-signed-special-device-old-ssd-does-not-exist [2] https://forum.hestiacp.com/t/ubuntu-20-04-installation-error/4323
50d1a78 to
2d3aee0
Compare
EmilienM
approved these changes
Oct 13, 2023
EmilienM
reviewed
Oct 13, 2023
| - name: Workaround for grub-efi-amd64-signed | ||
| run: sudo apt update && sudo apt -y upgrade | ||
| shell: bash | ||
| if: ${{ matrix.ubuntu_version == "20.04" }} |
Contributor
There was a problem hiding this comment.
if: matrix.ubuntu_version == "20.04"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.