pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
171 stars 82 forks source link

Workflow failure: release #1499

Open pulumi-bot opened 3 hours ago

pulumi-bot commented 3 hours ago

Workflow Failure

release has failed. See the list of failures below:

flostadler commented 2 hours ago

TestAccTagInputTypes flaked

      utils.go:202: 
            Error Trace:    /home/runner/work/pulumi-eks/pulumi-eks/tests/internal/utils.go:202
                                        /home/runner/work/pulumi-eks/pulumi-eks/tests/internal/utils.go:100
                                        /home/runner/work/pulumi-eks/pulumi-eks/tests/internal/utils.go:107
                                        /opt/hostedtoolcache/go/1.21.13/x64/src/runtime/asm_amd64.s:1650
            Error:          Not equal: 
                            expected: 2
                            actual  : 1
            Test:           TestAccTagInputTypes
            Messages:       1 out of 2 desired worker Nodes are instantiated and running

I think the issue here is that we're setting minInstances to anddesiredInstancesto 2. If there's problems like instance type availability in a certain AZ then the ASG just stays at 1 instance and we use thedesiredInstancesfor assertions. We should setminInstances==desiredInstances`.

Retrying for now...