Skip to content

Commit

Permalink
try another revision
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuto-m committed Feb 17, 2025
1 parent 806192e commit 73f8cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
# LP: #2098626
#ssh sunbeam-multi-node-1 -- sudo snap install openstack --channel 2024.1/edge
echo '::warning::Workaround for https://launchpad.net/bugs/2098626'
ssh sunbeam-multi-node-1 -- sudo snap install openstack --channel 2024.1/edge --revision 655
ssh sunbeam-multi-node-1 -- sudo snap install openstack --channel 2024.1/edge --revision 657
ssh sunbeam-multi-node-1 -- 'sunbeam prepare-node-script --bootstrap | bash -x'
- name: Sunbeam - Bootstrap the cloud
run: |
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
for i in {2..3}; do
# LP: #2098626
#ssh "sunbeam-multi-node-${i}" -- sudo snap install openstack --channel 2024.1/edge
ssh "sunbeam-multi-node-${i}" -- sudo snap install openstack --channel 2024.1/edge --revision 655
ssh "sunbeam-multi-node-${i}" -- sudo snap install openstack --channel 2024.1/edge --revision 657
ssh "sunbeam-multi-node-${i}" -- 'sunbeam prepare-node-script | bash -x'
done
- name: Sunbeam - Add the second and the third machines
Expand Down

0 comments on commit 73f8cec

Please sign in to comment.