Skip to content

Commit

Permalink
Update data-platform-workflows to v13.1.1 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Apr 12, 2024
1 parent b699190 commit dde6b53
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 31 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.1.1

unit-test:
name: Unit test charm
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
path:
- .
- ./tests/integration/relations/opensearch_provider/application-charm/
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.1
with:
path-to-charm-directory: ${{ matrix.path }}
cache: true
Expand All @@ -72,7 +72,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.1.1
with:
artifact-prefix: packed-charm-cache-true
cloud: lxd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.1

release:
name: Release charm
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.1.2
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.1.1
with:
channel: 2/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
34 changes: 12 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ parameterized = "^0.9.0"
[tool.poetry.group.integration.dependencies]
boto3 = "^1.28.23"
pytest = "^7.4.0"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-asyncio = "<0.23"
pytest-operator = "^0.32.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/microceph"}
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.1", subdirectory = "python/pytest_plugins/microceph"}
juju = "^3.2.2"
ops = "^2.5.0"
tenacity = "^8.2.2"
Expand Down

0 comments on commit dde6b53

Please sign in to comment.