diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5e7353ef7..e303d008a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.3.5 unit-test: name: Unit test charm @@ -42,7 +42,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.5 with: cache: true @@ -63,7 +63,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.3.5 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ffc2119371..67a85de416 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,14 +24,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.5 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.3.5 with: channel: 14/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 6fbe36ba41..d5b8dd76e5 100644 --- a/.github/workflows/sync_issue_to_jira.yaml +++ b/.github/workflows/sync_issue_to_jira.yaml @@ -9,7 +9,7 @@ on: jobs: sync: name: Sync GitHub issue to Jira - uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.3.5 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index b9c895afa9..5f3bb35bc4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -15,6 +15,26 @@ files = [ allure-python-commons = "2.13.5" pytest = ">=4.5.0" +[[package]] +name = "allure-pytest-collection-report" +version = "0.1.0" +description = "" +optional = false +python-versions = "^3.8" +files = [] +develop = false + +[package.dependencies] +allure-pytest = ">=2.13.5" +pytest = "*" + +[package.source] +type = "git" +url = "https://github.com/canonical/data-platform-workflows" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" +subdirectory = "python/pytest_plugins/allure_pytest_collection_report" + [[package]] name = "allure-python-commons" version = "2.13.5" @@ -1621,8 +1641,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.2.0" -resolved_reference = "ba12595b3c9e91b245648a49c82dc181211a5769" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1659,8 +1679,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.2.0" -resolved_reference = "ba12595b3c9e91b245648a49c82dc181211a5769" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1678,8 +1698,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.2.0" -resolved_reference = "ba12595b3c9e91b245648a49c82dc181211a5769" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2314,4 +2334,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1ab0aa891b10d818bb8512a64931c00e83eecc3129ccac919ae58e76bb8a8f18" +content-hash = "b1312a8764954b104703ce1569a6b65b90b6cc0c77c3b964bec30333d498c18d" diff --git a/pyproject.toml b/pyproject.toml index 3b7ce759fb..7d754e8343 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.2.0" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.2.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.4.0.0" boto3 = "*" @@ -80,6 +80,7 @@ landscape-api-py3 = "^0.9.0" mailmanclient = "^3.3.5" psycopg2-binary = "^2.9.9" allure-pytest = "^2.13.5" +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Testing tools configuration [tool.coverage.run]