Anton Tayanovskyy
Anton Tayanovskyy
This situation is intended for full-on-attention manual repair. I would be careful coupling this with any commands like refresh, that sounds complicated? Refresh needs to decide if the last-written-local checkpoint...
We can also let this issue wait for more actual user feedback.
https://github.com/pulumi/pulumi-eks/actions/runs/3185345571/jobs/5195371963#step:14:35 PACKAGE_VERSION env var is set to empty, could this be the problem?
Could troubleshoot locally using these steps: 1. Get env vars from https://github.com/pulumi/home/wiki/Producing-Java-SDKs 2. Run this with the proper env vars: ``` PACKAGE_VERSION=1.2.3 SIGNING_KEY=... SINGING_PASSWORD=... PUBLISH_REPO_USERNAME=.. PUBLISH_REPO_PASSWORD=.. cd sdk/java && gradle...
Thank you for reporting the failure of this example! I've dug a little deeper and there are a few underlying issues in Pulumi that our team started addressing. 1. com.pulumi:pulumi...
I do not currently have a good tooling and understanding to investigate why this is the case. It can wait in the backlog perhaps unless you have an idea of...
Let's have a chat when you are back. I can tidy up the ticket a bit.
Typically you will get the parent trace in Go through `context.Context` set by the gRPC middleware handler; that is say this is pulumi-language-go process; it's serving a gRPC process for...
For languages other than Go it's a higher lift so we can be happy to just do Go for now and backlog everything else. Note that this includes e.g. pulumi-language-java...
Hmm, somewhat interested in this. If this is feasible and we had the time we could use generative tests to test out turnaround and other serialization properties we need working.