Open pulumi-bot opened 3 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 and
desiredInstancesto 2. If there's problems like instance type availability in a certain AZ then the ASG just stays at 1 instance and we use the
desiredInstancesfor assertions. We should set
minInstances==
desiredInstances`.
Retrying for now...
Workflow Failure
release has failed. See the list of failures below: