You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that a lot of old .build.json files are on our build systems, in our builds we use <command name="process_logs" options="clean=5 move prettify index" /> to cleanup old logs, but seems the old .build.json files are not removed by autobuild anymore
The text was updated successfully, but these errors were encountered:
We apparently have the same issue on our scoreboard.
@iguessthislldo Is this a side effect of the changes you made last year?
Yes, #74 is when I had scoreboard.pl generate JSON files for other tools to be able to use. It generates a builds.json (I think without a prefix) for all the latest builds and a *.build.json for each individual build. I don't think cleanup was on my mind originally. I did add to #76 to clean up .build.json, but I have to go back and see what exactly that does.
Just checked the central storage server, it are the *.build.json files which are not removed, I don't see a build.json on the central storage for each build
I noticed that a lot of old .build.json files are on our build systems, in our builds we use
<command name="process_logs" options="clean=5 move prettify index" />
to cleanup old logs, but seems the old .build.json files are not removed by autobuild anymoreThe text was updated successfully, but these errors were encountered: