Skip to content

Commit

Permalink
Merge pull request #448 from hmlanigan/integration-test-lxd-version
Browse files Browse the repository at this point in the history
update workflows
  • Loading branch information
hmlanigan authored Apr 11, 2024
2 parents e471b64 + a76b0ee commit 54bf3ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,24 @@ jobs:
fail-fast: false
matrix:
terraform:
- "1.7.*"
- "1.8.*"
include:
- cloud: "lxd"
cloud-channel: "5.19/stable"
juju-channel: "2.9/edge"
juju-channel: "2.9/stable"
lxd-channel: "5.19/stable"
- cloud: "microk8s"
cloud-channel: "1.28/stable"
juju-channel: "2.9/stable"
lxd-channel: "5.19/stable"
- cloud: "lxd"
cloud-channel: "5.19/stable"
juju-channel: "3/stable"
lxd-channel: "5.19/stable"
- cloud: "microk8s"
cloud-channel: "1.28-strict/stable"
juju-channel: "3/stable"
lxd-channel: "5.19/stable"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -65,6 +69,7 @@ jobs:
provider: ${{ matrix.cloud }}
channel: ${{ matrix.cloud-channel }}
juju-channel: ${{ matrix.juju-channel }}
lxd-channel: ${{ matrix.lxd-channel }}
- name: "Set environment to configure provider"
# language=bash
run: |
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.7.*"
- "1.8.*"
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_add_machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
cloud:
- "lxd"
terraform:
- "1.7.*"
- "1.8.*"
juju:
- "2.9/edge"
- "2.9/stable"
- "3/stable"
timeout-minutes: 60
steps:
Expand Down
11 changes: 6 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.5.*", "1.6.*", "1.7.*"]
terraform: ["1.6.*", "1.7.*", "1.8.*"]
action-operator:
- { cloud: "lxd", cloud-channel: "5.19", juju: "2.9/edge" }
- { cloud: "lxd", cloud-channel: "5.19", juju: "3" }
- { cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" }
- { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" }
- { 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" }
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand All @@ -68,6 +68,7 @@ jobs:
provider: ${{ matrix.action-operator.cloud }}
channel: ${{ matrix.action-operator.cloud-channel }}
juju-channel: ${{ matrix.action-operator.juju }}
lxd-channel: ${{ matrix.action-operator.lxd-channel }}
- name: Create additional networks when testing with LXD
if: ${{ matrix.action-operator.cloud == 'lxd' }}
run: |
Expand Down

0 comments on commit 54bf3ef

Please sign in to comment.