Skip to content

Commit

Permalink
Removes unnecessary stuff from concierge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Nov 19, 2024
1 parent 44be677 commit 404882d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- name: Setup operator environment
run: |
sudo snap install concierge --classic
sudo concierge prepare -p microk8s --microk8s-channel "1.31-strict/stable" --juju-channel "3.5/stable" --lxd-channel "5.21/stable" --extra-snaps astral-uv/latest/stable
sudo concierge prepare --microk8s-channel "1.31-strict/stable" --juju-channel "3.5/stable"
sudo microk8s enable hostpath-storage dns metallb:10.0.0.2-10.0.0.10
uv tool install tox --with tox-uv
sudo pip install tox
sudo snap install juju-crashdump --classic
- name: Enable Multus addon
continue-on-error: true
Expand Down

0 comments on commit 404882d

Please sign in to comment.