-
Notifications
You must be signed in to change notification settings - Fork 826
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
Fix sdk-server image make target #1200
Fix sdk-server image make target #1200
Conversation
Build Succeeded 👏 Build Id: 23bc0136-0820-4025-b91d-f8fa7fda8d91 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
8f2d79e
to
6115049
Compare
Build Succeeded 👏 Build Id: 8859da68-0c27-4ef6-9d16-287e81320877 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
build/Makefile
Outdated
@@ -124,7 +124,7 @@ ifdef NO_RACE_DETECTOR | |||
RACE_DETECTOR_ARGS= | |||
endif | |||
|
|||
go_test_cmd = go test -mod=vendor $(RACE_DETECTOR_ARGS) | |||
go_test_cmd = go test -mod=vendor $(RACE_DETECTOR_ARGS) -v -run TestPingHTTP |
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.
Was this left in by accident? Doesn't this limit what tests are run?
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.
Resolved, sorry, was fixing this test which is failing on make kind-test-e2e
FYI, release delayed until tomorrow, so we can likely get this one in. |
6115049
to
12361ef
Compare
SDK sidecar image is used to run conformance tests against it. Fix for make run-sdk-conformance-local in particular.
12361ef
to
8199e0b
Compare
Build Failed 😱 Build Id: 019f69b5-b008-4e98-b9e6-cf078c151864 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 3e86df99-5f8e-4f5f-bc61-7b2039d64c10 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
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.
LGTM!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 3dc7f49c-b264-4208-bae1-73ee9e3e5277 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
SDK sidecar image is used to run conformance tests against it. Fix for make run-sdk-conformance-local in particular.
SDK sidecar image is used to run conformance tests against it.
Fix for make run-sdk-conformance-local in particular.
Closes #1199.