Skip to content

Commit

Permalink
integrate with charmcraftst124
Browse files Browse the repository at this point in the history
  • Loading branch information
zmraul committed Dec 5, 2024
1 parent f08734d commit fa3ba0a
Show file tree
Hide file tree
Showing 5 changed files with 574 additions and 572 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.1.1

unit-test:
name: Unit test charm
Expand Down Expand Up @@ -61,11 +61,11 @@ jobs:
path:
- .
- ./tests/integration/relations/opensearch_provider/application-charm/
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@lucas/fix-collect-bases
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@beta-charmcraftst124
with:
path-to-charm-directory: ${{ matrix.path }}
cache: false
charmcraft-snap-revision: 5303
# charmcraft-snap-revision: 5303

integration-test:
strategy:
Expand All @@ -83,7 +83,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.1
with:
juju-agent-version: ${{ matrix.juju.agent }}
juju-snap-channel: ${{ matrix.juju.snap_channel }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@beta-charmcraftst124

release:
name: Release charm
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@beta-charmcraftst124
with:
channel: 2/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
7 changes: 5 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# See LICENSE file for licensing details.

type: charm
base: [email protected]
# base: [email protected]
platforms:
amd64:
[email protected]:amd64:
[email protected]:amd64:
# platforms:
# amd64:
parts:
files:
plugin: dump
Expand Down
Loading

0 comments on commit fa3ba0a

Please sign in to comment.