Skip to content

Commit

Permalink
[MISC] Remove Juju 3.5 from CI (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical authored Dec 19, 2024
1 parent c2d653f commit ebeb3cd
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 93 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,16 @@ jobs:
- agent: 2.9.51 # renovate: juju-agent-pin-minor
libjuju: ^2
allure_on_amd64: false
- agent: 3.5.4 # 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:
- juju:
agent: 3.5.4 # renovate: juju-agent-pin-minor
agent: 3.6.1 # 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
Expand All @@ -103,7 +97,6 @@ jobs:
cloud: microk8s
microk8s-snap-channel: 1.31-strict/stable # renovate: latest microk8s
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' }}
metallb-addon: true
Expand Down
Loading

0 comments on commit ebeb3cd

Please sign in to comment.