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

Workflow failure: release #1499

Open
pulumi-bot opened this issue Nov 19, 2024 · 1 comment
Open

Workflow failure: release #1499

pulumi-bot opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer

Comments

@pulumi-bot
Copy link
Contributor

Workflow Failure

release has failed. See the list of failures below:

@pulumi-bot pulumi-bot added kind/engineering Work that is not visible to an external user needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer labels Nov 19, 2024
@flostadler flostadler self-assigned this Nov 19, 2024
@flostadler flostadler removed the needs-triage Needs attention from the triage team label Nov 19, 2024
@flostadler
Copy link
Contributor

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer
Projects
None yet
Development

No branches or pull requests

2 participants