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 4a88c53c20 Disable PTS
4a88c53c20 is described below

commit 4a88c53c20a980e6206d1e239140bb79b72f127a
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jun 26 10:41:21 2024 +0200

    Disable PTS
---
 .mvn/develocity.xml | 6 +++---
 pom.xml             | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
index 26b6df0b06..8af9881fe8 100644
--- a/.mvn/develocity.xml
+++ b/.mvn/develocity.xml
@@ -10,14 +10,14 @@
         </obfuscation>
         <publishing>
             <onlyIf>
-                <![CDATA[authenticated]]>
+                <![CDATA[env['CI'] != null]]>
             </onlyIf>
         </publishing>
-        
<backgroundBuildScanUpload>#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload>
+        <backgroundBuildScanUpload>false</backgroundBuildScanUpload>
     </buildScan>
     <buildCache>
         <local>
-            <enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
+            <enabled>false</enabled>
         </local>
         <remote>
             <enabled>false</enabled>
diff --git a/pom.xml b/pom.xml
index ae84b68847..641bc7ba13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
     
<project.build.outputTimestamp>2024-03-06T09:31:11Z</project.build.outputTimestamp>
 
     <!-- Enables Predictive Test Selection for the project -->
-    <predictive.test.selection.enabled>true</predictive.test.selection.enabled>
+    
<predictive.test.selection.enabled>false</predictive.test.selection.enabled>
 
     <!-- ========================
          Site-specific properties
@@ -601,7 +601,7 @@
         <configuration>
           <forkCount>1C</forkCount>
           <reuseForks>false</reuseForks>
-          <runOrder>alphabetical</runOrder>
+          <runOrder>random</runOrder>
           <systemPropertyVariables>
             <java.awt.headless>true</java.awt.headless>
           </systemPropertyVariables>

Reply via email to