On Fri Jun 27 15:02:23 2025 +0000, Jinoh Kang wrote:
I have another explanation: that's because you were posting MRs in a short time period, and the old container from previous *completed* test run was cached and reused for the next CI run. That didn't happen when there were enough delay between MRs, which gave ample time for the container cache (and thus ~/.wine) to be flushed. It had nothing to do with concurrent runs. How about that?
(Anyway I don't think your hypo was invalid *per se*, this MR is orthogonal. I was just remarking that choosing $BASEDIR may not be the best option since it's actually persisted and reused across runner invocations.)