...
In the example above, we are very aggressive on removing artifacts unless the build has explicitly used theĀ keep label. This is because we many testing builds and some have extensive Selenium screen captures that help with debugging build failures. Build failures should be investigated and debugged within a day or so, therefore we can remove early and save the space.
We keep the results much longer as they do not impact disk space much at all.
...