Skip to content

Commit 98d0541

Browse files
Update data-platform-workflows to v11.0.0 (#194)
1 parent b6f0814 commit 98d0541

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444

4545
build:
4646
name: Build charm
47-
uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.0.2
47+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.0
4848
with:
49+
cache: true
4950
charmcraft-snap-channel: beta
5051

5152
integration-test:
@@ -61,9 +62,9 @@ jobs:
6162
- lint
6263
- unit-test
6364
- build
64-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.0.2
65+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.0.0
6566
with:
66-
artifact-name: ${{ needs.build.outputs.artifact-name }}
67+
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
6768
cloud: microk8s
6869
microk8s-snap-channel: 1.28-strict/stable
6970
juju-agent-version: ${{ matrix.juju.agent }}

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
build:
3535
name: Build charm
36-
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.0.2
36+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.0
3737
with:
3838
charmcraft-snap-channel: beta
3939

@@ -43,10 +43,10 @@ jobs:
4343
- lib-check
4444
- ci-tests
4545
- build
46-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.0.2
46+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.0.0
4747
with:
4848
channel: 8.0/edge
49-
artifact-name: ${{ needs.build.outputs.artifact-name }}
49+
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
5050
secrets:
5151
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
5252
permissions:

.github/workflows/sync_issue_to_jira.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
sync:
1111
name: Sync GitHub issue to Jira
12-
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v9.0.2
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v11.0.0
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ pytest-mock = "^3.11.1"
5555
[tool.poetry.group.integration.dependencies]
5656
pytest = "^7.4.0"
5757
pytest-operator = "^0.28.0"
58-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
58+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6060
juju = "^3.2.2"
6161
mysql-connector-python = "~8.0.33"
6262
pyyaml = "^6.0.1"

0 commit comments

Comments
 (0)