Skip to content

Commit

Permalink
Update 3.6 nightly tests to run against 3.6/candidate instead of 3.6/…
Browse files Browse the repository at this point in the history
…beta (#187)

## Issue
We are not running tests on juju 3.6/*

## Solution
Run tests against juju 3.6/candidate on a nightly schedule
  • Loading branch information
shayancanonical authored Nov 21, 2024
1 parent 60ad054 commit 1830d3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ jobs:
bases-index: 0
- series: jammy
bases-index: 1
juju-snap-channel: ["2.9/stable", "3.4/stable", "3.6/beta"]
juju-snap-channel: ["2.9/stable", "3.4/stable", "3.6/candidate"]
include:
- juju-snap-channel: "3.6/beta"
agent-version: "3.6-beta2"
- juju-snap-channel: "3.6/candidate"
agent-version: "3.6-rc2"
libjuju-version: "3.5.2.0"
- juju-snap-channel: "3.4/stable"
agent-version: "3.4.3"
libjuju-version: "3.5.2.0"
- juju-snap-channel: "2.9/stable"
agent-version: "2.9.45"
libjuju-version: "2.9.44.1"
agent-version: "2.9.51"
libjuju-version: "2.9.49.0"
exclude:
- groups: {path_to_test_file: tests/integration/test_data_integrator.py}
ubuntu-versions: {series: focal}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
bootstrap-options: "--agent-version ${{ matrix.agent-version }}"
juju-channel: ${{ matrix.juju-snap-channel }}
- name: Update python-libjuju version
if: ${{ matrix.libjuju-version == '2.9.44.1' }}
if: ${{ matrix.libjuju-version == '2.9.49.0' }}
run: poetry add --lock --group integration juju@'${{ matrix.libjuju-version }}'
- name: Download packed charm(s)
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 1830d3c

Please sign in to comment.