Skip to content

Commit

Permalink
[MISC] Remove Juju 3.4 from CI (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical authored Dec 19, 2024
1 parent 8a340e4 commit 10d7538
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 90 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,11 @@ jobs:
bases-index: 0
- series: jammy
bases-index: 1
juju-snap-channel: ["2.9/stable", "3.4/stable", "3.6/stable"]
juju-snap-channel: ["2.9/stable", "3.6/stable"]
include:
- juju-snap-channel: "3.6/stable"
agent-version: "3.6.0"
libjuju-version: "3.5.2.0"
- juju-snap-channel: "3.4/stable"
agent-version: "3.4.3"
libjuju-version: "3.5.2.0"
agent-version: "3.6.1"
libjuju-version: "3.6.0.0"
- juju-snap-channel: "2.9/stable"
agent-version: "2.9.51"
libjuju-version: "2.9.49.0"
Expand Down Expand Up @@ -173,7 +170,6 @@ jobs:
echo "mark_expression=not unstable" >> "$GITHUB_OUTPUT"
fi
- name: Run integration tests
if: ${{ !startsWith(matrix.juju-snap-channel, '3.6/') || github.event_name == 'schedule' }}
run: tox run -e integration -- "${{ matrix.groups.path_to_test_file }}" --group="${{ matrix.groups.group_number }}" -m '${{ steps.select-test-stability.outputs.mark_expression }}' --mysql-router-charm-series=${{ matrix.ubuntu-versions.series }} --mysql-router-charm-bases-index=${{ matrix.ubuntu-versions.bases-index }}
env:
LIBJUJU_VERSION_SPECIFIER: ${{ matrix.libjuju-version }}
Expand Down
Loading

0 comments on commit 10d7538

Please sign in to comment.