Skip to content

Commit e3bdcdf

Browse files
mvlassisDnPlas
andauthored
Pin charmcraft channel to 3.1/stable (#565)
* Pin charmcraft channel * Update .github/workflows/integrate.yaml Co-authored-by: Daniela Plascencia <daniela.plascencia@canonical.com> * Add comment above the pinning to link to the proper issue * Pin to 3.x instead of 3.1 which doesn't exist as a track --------- Co-authored-by: Daniela Plascencia <daniela.plascencia@canonical.com>
1 parent d5082ed commit e3bdcdf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/integrate.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
provider: microk8s
9999
channel: 1.29-strict/stable
100100
juju-channel: 3.4/stable
101-
charmcraft-channel: latest/candidate
101+
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
102+
charmcraft-channel: 3.x/stable
102103

103104
- name: Integration tests
104105
run: |
@@ -139,7 +140,8 @@ jobs:
139140
provider: microk8s
140141
channel: 1.29-strict/stable
141142
juju-channel: 3.4/stable
142-
charmcraft-channel: latest/candidate
143+
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
144+
charmcraft-channel: 3.x/stable
143145
microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"
144146

145147
- name: Run test

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ jobs:
9191
charm-path: ${{ matrix.charm-path }}
9292
channel: ${{ steps.parse-inputs.outputs.destination_channel }}
9393
tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }}
94-
charmcraft-channel: latest/candidate
94+
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
95+
charmcraft-channel: 3.x/stable

0 commit comments

Comments
 (0)