-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[image-builder-mk3] Fix image build error "did not produce a workspace image" #6090
Conversation
/assign @csweichel |
I see some warnings
|
Codecov Report
@@ Coverage Diff @@
## main #6090 +/- ##
==========================================
+ Coverage 8.21% 33.46% +25.24%
==========================================
Files 12 27 +15
Lines 1022 5636 +4614
==========================================
+ Hits 84 1886 +1802
- Misses 934 3587 +2653
- Partials 4 163 +159
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/hold |
var ( | ||
buildID = computeBuildID(wsrefstr) | ||
buildID = randomUUID.String() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd expect this to break the "concurrent build detection" mechanism. I.e. if two requests that resolve to the same wsrefstr
come in now, they'd both build the image in parallel rather than one listening to the other.
7a351f8
to
949e2d0
Compare
/lgtm |
LGTM label has been added. Git tree hash: 0bd5d9066ea3e880b6267b5b997bf64e0ad8d69a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csweichel Associated issue: #5981 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
The generated
workspace ID
by thecomputeBuildID
helper could produce collisionsRelated Issue(s)
Fixes #5981
How to test
Release Notes