Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

iurygregory
Copy link
Contributor

@iurygregory iurygregory commented Oct 11, 2023

- Workaround to fix the grub-efi-amd64-signed happening in ubuntu 20.04

@github-actions github-actions bot added the semver:patch No API change label Oct 11, 2023
@coveralls
Copy link

coveralls commented Oct 11, 2023

Coverage Status

coverage: 77.441%. remained the same when pulling 2d3aee0 on iurygregory:baremetal-bios into d00e5c5 on gophercloud:master.

@github-actions github-actions bot added semver:patch No API change and removed semver:patch No API change labels Oct 11, 2023
@iurygregory iurygregory changed the title Change Baremetal jobs to use bios Fix baremetal jobs on Ubuntu 20.04 Oct 11, 2023
@github-actions github-actions bot added semver:patch No API change and removed semver:patch No API change labels Oct 12, 2023
@@ -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
Copy link
Contributor

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.

@iurygregory
Copy link
Contributor Author

/retest

@github-actions github-actions bot added semver:patch No API change and removed semver:patch No API change labels Oct 13, 2023
@EmilienM EmilienM merged commit 9cfc2d6 into gophercloud:master 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" }}
Copy link
Contributor

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch No API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants