Skip to content

Commit

Permalink
[DPE-2865][DPE-3190][DPE-2974][DPE-2976][DPE-2975] Single Kernel refa…
Browse files Browse the repository at this point in the history
…ctor (#161)

Co-authored-by: Marc Oppenheimer <[email protected]>
  • Loading branch information
zmraul and marcoppenheimer authored Feb 5, 2024
1 parent 9bc8ab3 commit f3c2841
Show file tree
Hide file tree
Showing 49 changed files with 4,581 additions and 2,848 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:

build:
name: Build charms
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
charmcraft-snap-revision: 1349
uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v7

integration-test:
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.1.1
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v7

release:
name: Release to Charmhub
needs:
- lib-check
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.1.1
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v7
with:
channel: 3/edge
artifact-name: ${{ needs.build.outputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
sync:
name: Sync GitHub issue to Jira
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v6.1.1
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v7
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down
Loading

0 comments on commit f3c2841

Please sign in to comment.