This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit aa865b48763b5f2e4c3c57240e499f9d68f0e15c Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Jun 14 16:30:28 2024 +0200 Enable Predictive Test Selection --- .github/workflows/build.yaml | 1 + .github/workflows/merge-dependabot.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 508d0d6cd3..edd9f4a5b7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,6 +36,7 @@ jobs: GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }} with: site-enabled: true + predictive-test-selection-enabled: true deploy-snapshot: needs: build diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml index 292ff3157e..1ee4ec4962 100644 --- a/.github/workflows/merge-dependabot.yaml +++ b/.github/workflows/merge-dependabot.yaml @@ -30,9 +30,12 @@ jobs: build: if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]' + # Temporary use `develocity` branch uses: apache/logging-parent/.github/workflows/build-reusable.yaml@develocity secrets: GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }} + with: + predictive-test-selection-enabled: true merge-dependabot: needs: build
