Skip to content

Commit

Permalink
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 6b80277 commit 117d1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
provider: microk8s
channel: 1.25-strict/stable
juju-channel: 3.1/stable
charmcraft-channel: latest/candidate
charmcraft-channel: latest/edge

- run: |
sg snap_microk8s -c "tox -e ${{ matrix.charm }}-integration"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
# Run integration tests against the 1.7 generic install bundle definition
# Using destructive mode because of https://github.com/canonical/charmcraft/issues/1132
# and https://github.com/canonical/charmcraft/issues/1138
sg snap_microk8s -c "tox -e bundle-integration -- --model kubeflow --bundle=./tests/integration/bundles/kfp_1.7_stable_install.yaml.j2 --destructive-mode"
sg snap_microk8s -c "tox -e bundle-integration -- --model kubeflow --bundle=./tests/integration/bundles/kfp_1.7_stable_install.yaml.j2"
- name: Get all
run: kubectl get all -A
Expand Down

0 comments on commit 117d1a2

Please sign in to comment.