Re: [PATCH] CI: Use different containers for concurrent runner

2025-02-05 Thread Simon Glass
Hi Tom, On Mon, 3 Feb 2025 at 10:14, Tom Rini wrote: > > On Mon, Feb 03, 2025 at 09:25:54AM -0700, Simon Glass wrote: > > > When running multiple runners on the same machine, each should be in its > > own container to avoid them interfering with either other. > > > > Add a container name for this

Re: [PATCH] CI: Use different containers for concurrent runner

2025-02-03 Thread Tom Rini
On Mon, Feb 03, 2025 at 09:25:54AM -0700, Simon Glass wrote: > When running multiple runners on the same machine, each should be in its > own container to avoid them interfering with either other. > > Add a container name for this. Ensure it is removed after use. > > Signed-off-by: Simon Glass

[PATCH] CI: Use different containers for concurrent runner

2025-02-03 Thread Simon Glass
When running multiple runners on the same machine, each should be in its own container to avoid them interfering with either other. Add a container name for this. Ensure it is removed after use. Signed-off-by: Simon Glass --- .gitlab-ci.yml | 4 1 file changed, 4 insertions(+) diff --git