slawekjaranowski commented on code in PR #3219:
URL: https://github.com/apache/maven-surefire/pull/3219#discussion_r2514144321


##########
.github/workflows/maven-verify.yml:
##########
@@ -32,9 +32,18 @@ jobs:
       ff-site-goal: '-v'
       verify-goal: 'clean install -nsu -P run-its'
       verify-fail-fast: false
+      # Investigation reasons: Some tests generate custom files, standard 
reports and logs.
       failure-upload-path: |
-        surefire-its/target/*/log.txt
-        surefire-its/target/**/surefire-reports/*
-        surefire-its/target/**/failsafe-reports/*
-      timeout-minutes: 600
+        **/*
+        !**/pom.xml
+        !**/*.java
+        !**/*.class
+        !**/*.jar
+        !**/*.war
+        !**/*.tar.gz
+        !**/*.tgz
+        !**/*.zip
+        !**/target/site/*
+        !**/target/staging/*

Review Comment:
   I still not sure if we need everything eg, I see many files from source in 
archive ... do we need all 
   
   <img width="325" height="585" alt="Image" 
src="https://github.com/user-attachments/assets/1b016535-d629-4bed-9dbe-da39885d6d59";
 />



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to