[Flake] Cloud Build push-images
fails sometimes (windows binary missing)
#2802
Labels
area/build-tools
Development tooling. I.e. pretty much everything in the `build` directory.
kind/bug
These are bugs.
What happened:
Example:
#2789 (comment)
What you expected to happen:
The window binary should be there. Not sure why it isn't. Need to dig in and see what's happening.
Feels like a weird race condition.
How to reproduce it (as minimally and precisely as possible):
I expect you could reproduce this by running
make -j 4 push-images
, or check for it in CI.Anything else we need to know?:
I have a feeling this is the issue:
agones/build/Makefile
Lines 601 to 604 in fc9727d
Since we invoke make directly, it can't track the
build-agones-sdk-binary
across all the targets inmake push
and make it parallel as appropriate - so the binaries get built twice, and I'm willing to bet, in some circumstances, overwrite each other.Environment:
kubectl version
): N/AThe text was updated successfully, but these errors were encountered: