Skip to content

Commit bd935ca

Browse files
Update data-platform-workflows to v35 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5459a1c commit bd935ca

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
lint:
2222
name: Lint
23-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v34.0.1
23+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v35.0.2
2424

2525
# unit-test:
2626
# name: Unit test charm
@@ -54,15 +54,15 @@ jobs:
5454

5555
build:
5656
name: Build charm
57-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v34.0.1
57+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v35.0.2
5858

5959
integration-test:
6060
name: Integration test charm
6161
needs:
6262
- lint
6363
# - unit-test
6464
- build
65-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v34.0.1
65+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v35.0.2
6666
with:
6767
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
6868
cloud: lxd

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Release charm
1818
needs:
1919
- ci-tests
20-
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v34.0.1
20+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v35.0.2
2121
with:
2222
track: latest
2323
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

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
@@ -40,8 +40,8 @@ coverage = {extras = ["toml"], version = "^7.10.6"}
4040
[tool.poetry.group.integration.dependencies]
4141
pytest = "^8.4.1"
4242
pytest-operator = "^0.43.1"
43-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v34.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
44-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v34.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
43+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
44+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
4545
juju = "^3.6.1.0"
4646
tenacity = "^9.1.2"
4747
pyyaml = "^6.0.2"

0 commit comments

Comments
 (0)