Skip to content

Commit 96a10f3

Browse files
Update data-platform-workflows to v12.6.2 (#386)
Fixes Allure
1 parent 56086a0 commit 96a10f3

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
lint:
1818
name: Lint
19-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v11.0.1
19+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v12.6.2
2020

2121
unit-test:
2222
name: Unit test charm
@@ -36,7 +36,7 @@ jobs:
3636

3737
build:
3838
name: Build charm
39-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1
39+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
4040
with:
4141
cache: true
4242

@@ -55,7 +55,7 @@ jobs:
5555
- lint
5656
- unit-test
5757
- build
58-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.0.1
58+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.2
5959
with:
6060
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
6161
cloud: microk8s

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
build:
3838
name: Build charm
39-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1
39+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
4040

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

.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@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

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ parameterized = "^0.9.0"
5757

5858
[tool.poetry.group.integration.dependencies]
5959
pytest = "^7.4.0"
60-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
61-
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/microceph"}
60+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/github_secrets"}
61+
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/microceph"}
6262
pytest-operator = "^0.28.0"
63-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
64-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
63+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
64+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6565
juju = "^3.2.2"
6666
ops = "^2.5.0"
6767
mysql-connector-python = "~8.0.33"

0 commit comments

Comments
 (0)