Skip to content

Commit 5327a7a

Browse files
Update data-platform-workflows to v16.3.3 (#475)
* Update data-platform-workflows to v16.3.3 * Update ci.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carl Csaposs <[email protected]>
1 parent 61457f7 commit 5327a7a

File tree

5 files changed

+24
-23
lines changed

5 files changed

+24
-23
lines changed

.github/workflows/ci.yaml

+4-4
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@v16.2.1
19+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.3.3
2020

2121
unit-test:
2222
name: Unit test charm
@@ -56,7 +56,7 @@ jobs:
5656

5757
build:
5858
name: Build charm
59-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1
59+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.3
6060
with:
6161
cache: true
6262

@@ -77,12 +77,12 @@ jobs:
7777
agent: 3.4.4 # renovate: juju-agent-pin-minor
7878
allure_on_amd64: true
7979
architecture: arm64
80-
name: Integration test charm | ${{ matrix.juju.agent }} | ${{ matrix.architecture }}
80+
name: Integration | ${{ matrix.juju.agent }} | ${{ matrix.architecture }}
8181
needs:
8282
- lint
8383
- unit-test
8484
- build
85-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.2.1
85+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.3.3
8686
with:
8787
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8888
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
build:
3939
name: Build charm
40-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1
40+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.3
4141

4242
release:
4343
name: Release charm
4444
needs:
4545
- ci-tests
4646
- build
47-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.2.1
47+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.3.3
4848
with:
4949
channel: 8.0/edge
5050
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@v16.2.1
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.3.3
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

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

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ parameterized = "^0.9.0"
6666

6767
[tool.poetry.group.integration.dependencies]
6868
pytest = "^7.4.0"
69-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/github_secrets"}
70-
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/microceph"}
69+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/github_secrets"}
70+
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/microceph"}
7171
pytest-operator = "^0.28.0"
72-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
73-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
72+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
73+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7474
juju = "^3.2.2"
7575
mysql-connector-python = "~8.0.33"
7676
tenacity = "^8.2.2"
7777
boto3 = "^1.28.11"
7878
pyyaml = "^6.0"
7979
urllib3 = "^1.26.16"
8080
allure-pytest = "^2.13.2"
81-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
81+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
8282

8383

8484
[tool.coverage.run]

0 commit comments

Comments
 (0)