Skip to content
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

Merged

Conversation

aLekSer
Copy link
Collaborator

@aLekSer aLekSer commented Dec 3, 2019

SDK sidecar image is used to run conformance tests against it.
Fix for make run-sdk-conformance-local in particular.

Closes #1199.

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1200/head:pr_1200 && git checkout pr_1200
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.2.0-8f2d79e

@aLekSer aLekSer force-pushed the fix/sdk-conformance-target branch from 8f2d79e to 6115049 Compare December 3, 2019 18:11
@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1200/head:pr_1200 && git checkout pr_1200
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.2.0-6115049

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
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

@markmandel
Copy link
Collaborator

FYI, release delayed until tomorrow, so we can likely get this one in.

@aLekSer aLekSer force-pushed the fix/sdk-conformance-target branch from 6115049 to 12361ef Compare December 4, 2019 05:26
SDK sidecar image is used to run conformance tests against it.
Fix for make run-sdk-conformance-local in particular.
@aLekSer aLekSer force-pushed the fix/sdk-conformance-target branch from 12361ef to 8199e0b Compare December 4, 2019 05:28
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 019f69b5-b008-4e98-b9e6-cf078c151864

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1200/head:pr_1200 && git checkout pr_1200
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.2.0-8199e0b

Copy link
Collaborator

@markmandel markmandel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@google-oss-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot
Copy link

New changes are detected. LGTM label has been removed.

@markmandel markmandel added area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. kind/cleanup Refactoring code, fixing up documentation, etc lgtm labels Dec 4, 2019
@markmandel markmandel added this to the 1.2.0 milestone Dec 4, 2019
@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1200/head:pr_1200 && git checkout pr_1200
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.2.0-d0fd558

@markmandel markmandel merged commit 3ac6978 into googleforgames:master Dec 4, 2019
ilkercelikyilmaz pushed a commit to ilkercelikyilmaz/agones that referenced this pull request Oct 23, 2020
SDK sidecar image is used to run conformance tests against it.
Fix for make run-sdk-conformance-local in particular.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. kind/cleanup Refactoring code, fixing up documentation, etc lgtm size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undocumented dependencies for make run-sdk-conformance-local
4 participants