Skip to content

Commit

Permalink
fix: Remove 'Wait for MAAS boot resources' step
Browse files Browse the repository at this point in the history
This step seems to be what's causing the issues in sitespeed on MAAS UI, since it's trying to use an admin command without logging in.
  • Loading branch information
ndv99 committed Sep 30, 2024
1 parent 54f3bf0 commit 83822a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@ runs:
run: |
set -x
sudo maas init region+rack --maas-url=${{inputs.maas-url}} --database-uri maas-test-db:///
- name: Wait for MAAS boot resources
shell: bash
run: while [ $(maas admin boot-resources is-importing | cat) == "true" ]; do sleep 10; done; echo "syncing finished"

0 comments on commit 83822a1

Please sign in to comment.