From b8e53419eabe5b1fbf7a4b0561c51f77fa9364ed Mon Sep 17 00:00:00 2001 From: Heather Lanigan Date: Mon, 12 Aug 2024 10:42:09 -0400 Subject: [PATCH] test: run microk8s against 3 1 rather than 2 9 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. --- .github/workflows/test_integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 820ce499..84a7d32e 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -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