This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new a2352f61d9 Enable Predictive Test Selection
a2352f61d9 is described below

commit a2352f61d9aaf14e0cfb50ef08d45d47f2643bcb
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 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 43e859cf60..d2f5515c85 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -39,6 +39,7 @@ jobs:
         8
         17
       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 a2a8f1f52e..efa3a067e0 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -38,6 +38,7 @@ jobs:
       java-version: |
         8
         17
+      predictive-test-selection-enabled: true
 
   merge-dependabot:
     needs: build

Reply via email to