-
Notifications
You must be signed in to change notification settings - Fork 557
Fix baremetal jobs on Ubuntu 20.04 #2805
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
Conversation
628394f
to
0df0445
Compare
0df0445
to
50d1a78
Compare
@@ -41,7 +41,7 @@ jobs: | |||
- name: Checkout Gophercloud | |||
uses: actions/checkout@v4 | |||
- name: Deploy devstack | |||
uses: EmilienM/devstack-action@v0.11 | |||
uses: EmilienM/devstack-action@v0.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
/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
- name: Workaround for grub-efi-amd64-signed | ||
run: sudo apt update && sudo apt -y upgrade | ||
shell: bash | ||
if: ${{ matrix.ubuntu_version == "20.04" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if: matrix.ubuntu_version == "20.04"
Uh oh!
There was an error while loading. Please reload this page.