Skip to content

Commit d43a434

Browse files
Update data-platform-workflows to v12.6.2 (#208)
Fixes Allure
1 parent c0e3d42 commit d43a434

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
build:
4646
name: Build charm
47-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1
47+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
4848
with:
4949
cache: true
5050

@@ -63,7 +63,7 @@ jobs:
6363
- lint
6464
- unit-test
6565
- build
66-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.0.1
66+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.2
6767
with:
6868
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
6969
cloud: microk8s

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535

3636
build:
3737
name: Build charm
38-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1
38+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
3939

4040
release:
4141
name: Release charm
4242
needs:
4343
- lib-check
4444
- ci-tests
4545
- build
46-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.0.1
46+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.6.2
4747
with:
4848
channel: 8.0/edge
4949
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_issue_to_jira.yaml

+1-1
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@v11.0.1
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v12.6.2
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
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 = "v11.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
58+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", 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)