I forgot that /home/jenkins/.m2 is in the Agent and what is actually analyzed for the test results are the surefire files as Richard mentioned:
/home/jenkins/jenkins-agent/workspace/Tomee/master-pull-request/ I'm +1 on trying a mvn clean as a post step to see if that reduces the size of the job result without loosing logs. El mar, 26 abr 2022 a las 12:52, Cesar Hernandez (<[email protected]>) escribió: > In the job, after the test results are executed we can add a post-build > doing a: > rm -rf /home/jenkins/.m2/ > > > > > El mar, 26 abr 2022 a las 12:51, Zowalla, Richard (< > [email protected]>) escribió: > >> Afaik Jenkins is parsing the surefire report files. The log files might >> also be important for the creator of the PR, so we would need to keep >> them too. >> >> Might be worth a try, I guess. >> >> Gruß >> Richard >> >> Am Dienstag, dem 26.04.2022 um 11:15 -0700 schrieb David Blevins: >> > > On Apr 26, 2022, at 10:47 AM, Zowalla, Richard < >> > > [email protected]> wrote: >> > > >> > > However, we need to carefully monitor the disk usage / volume used >> > > as >> > > INFRA has a problem if our used storage volume per jobs exceeds a >> > > certain quota. >> > > >> > > We occupied 1,5T last week (cumulated over a few weeks) and they >> > > were a >> > > bit mad as the Jenkins CI env went out of storage. >> > >> > I was going to jump in on that thread and got side tracked. >> > >> > I wonder if we can do a `mvn clean` or something similar as a post >> > build step. Looks like after a build we have 2.8G used of disk space >> > and once we clean that goes down to 398M. >> > >> > The test case results are the obvious trick. I'm not sure if Jenkins >> > keeps those somewhere else or if we need them to keep living in the >> > target directories. If they need to stay in the target directories >> > we can maybe create a script that deletes everything in target/ but >> > surefire results. >> > >> > If we did that, we'd use 1.5 gigabytes for 30 builds vs 10.5 >> > gigabytes. >> > >> > Then we could just keep 30 builds regardless of days and it should be >> > good. >> > >> > Thoughts? >> > >> > >> > -David >> > >> > > > -- > Atentamente: > César Hernández. > -- Atentamente: César Hernández.
