Mark Mandel

Results 978 comments of Mark Mandel

Since this seems to be blocked for now, should be close this PR?

Failed again - looks like I'll end up taking this over. ``` Determining projects to restore... Restored /go/src/agones.dev/agones/sdks/csharp/sdk/csharp-sdk.csproj (in 1.9 sec). csharp-sdk -> /go/src/agones.dev/agones/sdks/csharp/sdk/bin/Release/netstandard2.0/AgonesSDK.dll csharp-sdk -> /go/src/agones.dev/agones/sdks/csharp/sdk/bin/Release/netstandard2.0/publish/ Install the project......

In the previous PR we had discussed having an e2e test to complete the level of testing. I'd like to see that in this PR.

I can replicate this locally, when running `kubectl describe gs` on the Unhealthy GameServer I see int the events: ``` Events: Type Reason Age From Message ---- ------ ---- ----...

So confirmed that the e2e test is not working: ``` --- FAIL: TestGameServerTcpUdpProtocol (0.01s) --- FAIL: TestGameServerTcpUdpProtocol/Validating_tcpudp_protocol_for_Static (304.87s) gameserver_test.go:815: Error Trace: gameserver_test.go:815 Error: Could not get a GameServer ready Test:...

One advantage to Artifact registry is that you can have multiple registries. Right now we store dev images and production images in the same registry, because gcr.io only has the...

We could have several registries: 1. `ci` for CI builds (I have this in #2634) 2. `release` for actual Agones releases 3. `examples` for all the example images. Then we...

Next, let's make copes of the `examples` images to artifact registry, and update our example yaml files, since CI and examples are the least risk.

If someone goes in and fixes this, would probably be good to use the [shortcode](https://github.com/googleforgames/agones/blob/main/site/layouts/shortcodes/release-version.html) for the [current release version](https://github.com/googleforgames/agones/blob/main/site/layouts/shortcodes/release-version.html), that way it will automatically increment with each release.

I can see us needing to support ARM in the future long term, so this is a good ticket to track this work. 👍🏻 Out of curiosity though: On an...