Skip to content

Commit

Permalink
Merge branch 'main' into dpe-3255-update-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Mar 7, 2024
2 parents d545ffc + f4f03df commit f93c04e
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 174 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v12.6.2

unit-test:
name: Unit test charm
Expand All @@ -40,7 +40,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
with:
cache: true

Expand All @@ -59,7 +59,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.2
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
cloud: microk8s
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2

release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.6.2
with:
channel: 1/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
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@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v12.6.2
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# PgBouncer Kubernetes Operator
# Charmed PgBouncer Kubernetes Operator
[![Charmhub](https://charmhub.io/pgbouncer-k8s/badge.svg)](https://charmhub.io/pgbouncer-k8s)
[![Release](https://github.com/canonical/pgbouncer-k8s-operator/actions/workflows/release.yaml/badge.svg)](https://github.com/canonical/pgbouncer-k8s-operator/actions/workflows/release.yaml)
[![Tests](https://github.com/canonical/pgbouncer-k8s-operator/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/canonical/pgbouncer-k8s-operator/actions/workflows/ci.yaml)

## Description

Expand Down
Loading

0 comments on commit f93c04e

Please sign in to comment.