uschindler commented on issue #14481:
URL: https://github.com/apache/lucene/issues/14481#issuecomment-2802496845

   I don't exactly remeber why we instructed jenkins to copy over all the hprof 
files to a separate directory. I think it was because the Ant build cleaned up 
the stuff to early when you instructed it to not stop on failures. I think it 
reused the same CWD for each project, so it was better to let the files be 
generated somewhere else.
   
   In Gradle its a build output and is per project. So I think we are fine.
   
   I will try to increase the number of builds to keep (currently 25, raise to 
100) and change the pattern on all builds. Needs some regex on tons of XML 
files:
   
   ```
   jenkins@serv1:~/jobs$ fgrep '<artifacts>' */config.xml
   Forbidden-APIs/config.xml:      <artifacts>dist/**</artifacts>
   Lucene-10.x-Linux/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-10.x-macOS/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-10.x-Windows/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-9.12-Linux/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-9.12-macOS/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-9.12-Windows/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-main-Linux/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-main-macOS/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-main-Windows/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-MMAPv2-Linux/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-MMAPv2-macOS/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-MMAPv2-Windows/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Lucene-nightly-main-Linux/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Solr-main-Linux/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Solr-main-macOS/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   Solr-main-Windows/config.xml:      
<artifacts>**/*.events,heapdumps/**,**/*_pid*.log</artifacts>
   ```


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to