Skip to content

Commit

Permalink
fixup! ci: Remove destructive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Oct 18, 2023
1 parent 2ad2126 commit 089ace7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# https://github.com/canonical/charmcraft/issues/1132
# and https://github.com/canonical/charmcraft/issues/1138
# and avoid usage of destructive-mode
charmcraft-channel: latest/edge # Use latest/edge
charmcraft-channel: latest/edge

- run: |
sg snap_microk8s -c "tox -e ${{ matrix.charm }}-integration"
Expand Down Expand Up @@ -139,7 +139,11 @@ jobs:
provider: microk8s
channel: 1.25-strict/stable
juju-channel: 3.1/stable
charmcraft-channel: latest/candidate
# Use latest/edge for charmcraft in order to include fixes for
# https://github.com/canonical/charmcraft/issues/1132
# and https://github.com/canonical/charmcraft/issues/1138
# and avoid usage of destructive-mode
charmcraft-channel: latest/edge
microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"

- name: Run test
Expand Down

0 comments on commit 089ace7

Please sign in to comment.