Skip to content

Commit

Permalink
Add workaround for baremetal jobs on ubuntu 20.04
Browse files Browse the repository at this point in the history
This commit adds a workaround to baremetal jobs
running on ubuntu 20.04 since they are failling when installing
grub-efi-amd64-signed
  • Loading branch information
iurygregory committed Oct 13, 2023
1 parent 6fe0bd8 commit 0cba0c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Provide remote access
run: |
wget https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz
tar xf tmate-2.4.0-static-linux-amd64.tar.xz
cd tmate-2.4.0-static-linux-amd64
./tmate -F &
- name: Sleep
run: sleep 20000
- name: Deploy devstack
uses: EmilienM/[email protected]
with:
Expand Down

0 comments on commit 0cba0c6

Please sign in to comment.