From 7993df8da3b076bbc5f1a039e7fe1cd4b1b25690 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 5 Dec 2024 17:10:00 +0200 Subject: [PATCH] ci: bump juju to 3.6 + charmcraft to 3.x/stable (#19) * Bump juju to 3.6/stable * For uniformity, use charmcraft from 3.x/stable Ref canonical/bundle-kubeflow#1176 --- .github/workflows/integrate.yaml | 3 ++- .github/workflows/publish.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a0df861..59e00a8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,8 +64,9 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.4/stable + juju-channel: 3.6/stable microk8s-addons: "dns hostpath-storage rbac" + charmcraft-channel: 3.x/stable - name: Run integration tests run: tox -vve integration -- --model testing diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 624337e..918ec6a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -91,4 +91,4 @@ jobs: charm-path: ${{ matrix.charm-path }} channel: ${{ steps.parse-inputs.outputs.destination_channel }} tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }} - charmcraft-channel: latest/candidate + charmcraft-channel: 3.x/stable