Skip to content

Commit

Permalink
Juju3 pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Oct 2, 2023
1 parent e4532cf commit ea65ccb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
# Update whenever charmcraft.yaml is changed
- series: jammy
bases-index: 0
name: (GH hosted) ${{ matrix.groups.job_name }} | ${{ matrix.ubuntu-versions.series }}
agent-version: ["3.1.2"] # is to be added back after WIP "2.9.43",
juju-snap-channel: ["3.1/stable"] # after WIP add 2.9/stable
name: (GH hosted) ${{ matrix.groups.job_name }} | ${{ matrix.juju-snap-channel }} | ${{ matrix.ubuntu-versions.series }}
needs:
- lint
- unit-test
Expand All @@ -117,7 +119,8 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
bootstrap-options: "--agent-version 2.9.43"
bootstrap-options: "--agent-version ${{ matrix.agent-version }}"
juju-channel: ${{ matrix.juju-snap-channel }}
- name: Download packed charm(s)
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit ea65ccb

Please sign in to comment.