From b941aac1a068a28ecabb77654a73ebf5a3ace555 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Thu, 19 Dec 2024 15:20:09 +0200 Subject: [PATCH] Switch to Juju 3.6 --- .github/workflows/ci.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0679e77135..f639bf35f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,10 +57,8 @@ jobs: - agent: 2.9.51 # renovate: juju-agent-pin-minor libjuju: ==2.9.49.1 # renovate: latest libjuju 2 allure_on_amd64: false - - agent: 3.4.6 # renovate: juju-agent-pin-minor + - agent: 3.6.1 # renovate: juju-agent-pin-minor allure_on_amd64: true - - snap_channel: 3.6/stable - allure_on_amd64: false architecture: - amd64 include: @@ -68,11 +66,7 @@ jobs: agent: 3.4.6 # renovate: juju-agent-pin-minor allure_on_amd64: true architecture: arm64 - - juju: - snap_channel: 3.6/stable - allure_on_amd64: false - architecture: arm64 - name: Integration | ${{ matrix.juju.agent || matrix.juju.snap_channel }} | ${{ matrix.architecture }} + name: Integration | ${{ matrix.juju.agent }} | ${{ matrix.architecture }} needs: - lint - unit-test @@ -83,7 +77,6 @@ jobs: architecture: ${{ matrix.architecture }} cloud: lxd juju-agent-version: ${{ matrix.juju.agent }} - juju-snap-channel: ${{ matrix.juju.snap_channel }} libjuju-version-constraint: ${{ matrix.juju.libjuju }} _beta_allure_report: ${{ matrix.juju.allure_on_amd64 && matrix.architecture == 'amd64' }} secrets: