Skip to content

Commit

Permalink
chore: Update workflows to latest stable releases or LTS releases (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois authored Nov 18, 2024
1 parent eeefa23 commit cbbea9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@main
with:
channel: 5.20/stable
channel: 5.21/stable

- name: Install charmcraft
run: sudo snap install charmcraft --classic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup operator environment
run: |
sudo snap install concierge --classic
sudo concierge prepare -p machine --juju-channel "3.5/stable" --lxd-channel "5.20/stable" --extra-snaps astral-uv/latest/stable
sudo concierge prepare -p machine --juju-channel "3.5/stable" --lxd-channel "5.21/stable" --extra-snaps astral-uv/latest/stable
uv tool install tox --with tox-uv
- name: Run integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-with-multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup operator environment
run: |
sudo snap install concierge --classic
sudo concierge prepare -p microk8s --microk8s-channel "1.27-strict/stable" --juju-channel "3.5/stable" --lxd-channel "5.20/stable" --extra-snaps astral-uv/latest/stable
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 microk8s enable hostpath-storage dns metallb:10.0.0.2-10.0.0.10
uv tool install tox --with tox-uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup operator environment
run: |
sudo snap install concierge --classic
sudo concierge prepare -p microk8s --microk8s-channel "1.27-strict/stable" --juju-channel "3.5/stable" --lxd-channel "5.20/stable" --extra-snaps astral-uv/latest/stable
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
uv tool install tox --with tox-uv
- name: Enable MetalLB
Expand Down

0 comments on commit cbbea9d

Please sign in to comment.