Skip to content

Fix baremetal jobs on Ubuntu 20.04#2805

Merged
EmilienM merged 1 commit intogophercloud:masterfrom
iurygregory:baremetal-bios
Oct 13, 2023
Merged

Fix baremetal jobs on Ubuntu 20.04#2805
EmilienM merged 1 commit intogophercloud:masterfrom
iurygregory:baremetal-bios

Conversation

@iurygregory
Copy link
Copy Markdown
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
Copy Markdown

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
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@v0.12
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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