Re: [PATCH] ci: fix race on container image name

2023-08-04 Thread David Marchand
On Wed, Aug 2, 2023 at 2:44 PM Aaron Conole wrote: > David Marchand writes: > > > We had a race on the container image name when the prepare job was > > running a day before the build job was triggered. > > > > Example: > > - a prepare job generated image name on 2023/08/01: > > > > 2023-08-01T

Re: [PATCH] ci: fix race on container image name

2023-08-02 Thread Aaron Conole
David Marchand writes: > We had a race on the container image name when the prepare job was > running a day before the build job was triggered. > > Example: > - a prepare job generated image name on 2023/08/01: > > 2023-08-01T23:59:32.9711845Z ++ date -u +%Y-%m-%d > 2023-08-01T23:59:32.971348

[PATCH] ci: fix race on container image name

2023-08-01 Thread David Marchand
We had a race on the container image name when the prepare job was running a day before the build job was triggered. Example: - a prepare job generated image name on 2023/08/01: 2023-08-01T23:59:32.9711845Z ++ date -u +%Y-%m-%d 2023-08-01T23:59:32.9713485Z + echo image=image-fedora:37-2023-08