Skip to content

Commit 60969ba

Browse files
Update data-platform-workflows to v16.2.1 (#441)
* Update data-platform-workflows to v16.2.1 * Update tox.ini --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carl Csaposs <[email protected]>
1 parent 2b48058 commit 60969ba

File tree

6 files changed

+34
-22
lines changed

6 files changed

+34
-22
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@v16.0.0
19+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.2.1
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.0.0
59+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1
6060
with:
6161
cache: true
6262

@@ -75,7 +75,7 @@ jobs:
7575
- lint
7676
- unit-test
7777
- build
78-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.0.0
78+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.2.1
7979
with:
8080
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8181
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@v16.0.0
39+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1
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@v16.0.0
47+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.2.1
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@v16.0.0
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.2.1
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ parameterized = "^0.9.0"
6262

6363
[tool.poetry.group.integration.dependencies]
6464
pytest = "^7.4.0"
65-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
66-
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/microceph"}
65+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/github_secrets"}
66+
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/microceph"}
6767
pytest-operator = "^0.28.0"
68-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
69-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
68+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
69+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7070
juju = "^3.2.2"
7171
ops = "^2.5.0"
7272
mysql-connector-python = "~8.0.33"
@@ -77,7 +77,7 @@ urllib3 = "^1.26.16"
7777
lightkube = "^0.14.0"
7878
kubernetes = "^27.2.0"
7979
allure-pytest = "^2.13.2"
80-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
80+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
8181
pytest-asyncio = "^0.21.1"
8282

8383
[tool.coverage.run]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ allowlist_externals =
2222
# Wrap `charmcraft pack`
2323
pass_env =
2424
CI
25+
GH_TOKEN
2526
allowlist_externals =
2627
{[testenv]allowlist_externals}
2728
charmcraft

0 commit comments

Comments
 (0)