Skip to content

Commit

Permalink
Merge pull request #567 from canonical/backport-track-2.0-kf-6195-pin…
Browse files Browse the repository at this point in the history
…-charmcraft-version

chore(backport-2.0): Pin charmcraft channel to `3.x/stable`
  • Loading branch information
mvlassis authored Sep 6, 2024
2 parents 0677227 + e8068cb commit fdf5e49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
provider: microk8s
channel: 1.25-strict/stable
juju-channel: 3.4/stable
charmcraft-channel: latest/candidate
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.x/stable

- name: Integration tests
run: |
Expand Down Expand Up @@ -134,7 +135,8 @@ jobs:
provider: microk8s
channel: 1.25-strict/stable
juju-channel: 3.4/stable
charmcraft-channel: latest/candidate
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.x/stable
microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"

- name: Run test
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ jobs:
charm-path: ${{ matrix.charm-path }}
channel: ${{ steps.parse-inputs.outputs.destination_channel }}
tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }}
charmcraft-channel: latest/candidate
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.x/stable

0 comments on commit fdf5e49

Please sign in to comment.