Skip to content

Commit

Permalink
Merge pull request #548 from hmlanigan/integration-test-changes
Browse files Browse the repository at this point in the history
#548

- Charms we need to test with microk8s do not support juju2.9, thus test against juju 3.1 for legacy code paths with microk8s.
- Update to use terraform version 1.9 rather than 1.8. For integration tests use the latest 3 versions.
  • Loading branch information
jujubot authored Aug 16, 2024
2 parents 98baf45 + 3d1ec27 commit 16dee9a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
terraform:
- "1.8.*"
- "1.9.*"
include:
- cloud: "lxd"
cloud-channel: "5.19/stable"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cloud:
- "microk8s"
terraform:
- "1.8.*"
- "1.9.*"
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_add_machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cloud:
- "lxd"
terraform:
- "1.8.*"
- "1.9.*"
juju:
- "2.9/stable"
- "3/stable"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform: ["1.6.*", "1.7.*", "1.8.*"]
terraform: ["1.7.*", "1.8.*", "1.9.*"]
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 16dee9a

Please sign in to comment.