Skip to content

Commit 25a72cc

Browse files
Update data-platform-workflows to v13.3.5 (#503)
* Update data-platform-workflows to v13.3.5 * Add allure-pytest-collection-report --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <[email protected]>
1 parent 5fef9c7 commit 25a72cc

File tree

6 files changed

+38
-17
lines changed

6 files changed

+38
-17
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
lint:
2424
name: Lint
25-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
25+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
2626

2727
unit-test:
2828
name: Unit test charm
@@ -40,7 +40,7 @@ jobs:
4040

4141
build:
4242
name: Build charm
43-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
43+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
4444
with:
4545
cache: true
4646

@@ -59,7 +59,7 @@ jobs:
5959
- lint
6060
- unit-test
6161
- build
62-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
62+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
6363
with:
6464
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
6565
cloud: microk8s

.github/workflows/release.yaml

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

5353
build:
5454
name: Build charm
55-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
55+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
5656

5757
release:
5858
name: Release charm
5959
needs:
6060
- ci-tests
6161
- build
62-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
62+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
6363
with:
6464
channel: 14/edge
6565
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
1414
secrets:
1515
discourse_api_username: ${{ secrets.DISCOURSE_API_USERNAME }}
1616
discourse_api_key: ${{ secrets.DISCOURSE_API_KEY }}

.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/[email protected].0
12+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ optional = true
6868
[tool.poetry.group.integration.dependencies]
6969
lightkube = "^0.15.2"
7070
pytest = "^8.2.2"
71-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/github_secrets"}
71+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/github_secrets"}
7272
pytest-operator = "^0.35.0"
73-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
74-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
73+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
74+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
75+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7576
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
7677
juju = "<=3.5.0.0"
7778
psycopg2-binary = "^2.9.9"

0 commit comments

Comments
 (0)