Skip to content

Commit

Permalink
test: run microk8s against 3 1 rather than 2 9
Browse files Browse the repository at this point in the history
Charms we need to test with microk8s do not support 2.9, thus test
against 3.1 for legacy code paths. Juju 3.1. requires the strictly
confined microk8s snap.

Update lxd to 5.21 channel while here.
  • Loading branch information
hmlanigan committed Aug 12, 2024
1 parent 98baf45 commit b8e5341
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
matrix:
terraform: ["1.6.*", "1.7.*", "1.8.*"]
action-operator:
- { lxd-channel: "5.19/stable", cloud: "lxd", cloud-channel: "5.19", juju: "2.9" }
- { lxd-channel: "5.19/stable", cloud: "lxd", cloud-channel: "5.19", juju: "3" }
- { lxd-channel: "5.19/stable", cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" }
- { lxd-channel: "5.19/stable", cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" }
- { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "2.9" }
- { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "3" }
- { lxd-channel: "5.21/stable", cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.1" }
- { lxd-channel: "5.21/stable", cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" }
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b8e5341

Please sign in to comment.