Skip to content

Commit 4ccab61

Browse files
Update data-platform-workflows to v13.3.4 (#252)
1 parent 583f991 commit 4ccab61

File tree

5 files changed

+43
-42
lines changed

5 files changed

+43
-42
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
build:
6666
name: Build charm
67-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.0
67+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.4
6868
with:
6969
cache: true
7070

@@ -73,17 +73,17 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
juju:
76-
- agent: 2.9.45
76+
- agent: 2.9.45 # renovate: juju-agent-pin-minor
7777
libjuju: ^2
7878
allure: false
79-
- agent: 3.1.6
79+
- agent: 3.4.3 # renovate: juju-agent-pin-minor
8080
allure: true
8181
name: Integration test charm | ${{ matrix.juju.agent }}
8282
needs:
8383
- lint
8484
- unit-test
8585
- build
86-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.1.0
86+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.3.4
8787
with:
8888
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8989
cloud: microk8s

.github/workflows/release.yaml

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

1616
build:
1717
name: Build charm
18-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.0
18+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.4
1919

2020
release:
2121
name: Release charm
2222
needs:
2323
- ci-tests
2424
- build
25-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.1.0
25+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.3.4
2626
with:
2727
channel: 8.0/edge
2828
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@v13.1.0
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.3.4
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@ pytest-mock = "^3.11.1"
5858
[tool.poetry.group.integration.dependencies]
5959
pytest = "^7.4.0"
6060
pytest-operator = "^0.28.0"
61-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
62-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
61+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
62+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6363
juju = "^3.2.2"
6464
mysql-connector-python = "~8.0.33"
6565
pyyaml = "^6.0.1"
6666
tenacity = "^8.2.2"
6767
ops = "<2.10.0"
6868
allure-pytest = "^2.13.2"
69+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6970

7071

7172
[tool.coverage.run]

0 commit comments

Comments
 (0)