-
Notifications
You must be signed in to change notification settings - Fork 640
🌱 e2e: fix AWSMachineTemplate autoscaler test #5765
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
Conversation
|
Hi @LiangquanLi930. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
e5ed982 to
8311fb3
Compare
|
/test help /retitle 🌱 [WIP] e2e: fix AWSMachineTemplate autoscaler test |
|
/test help |
|
@chrischdi: The specified target(s) for The following commands are available to trigger optional jobs: Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test pull-cluster-api-provider-aws-e2e |
1 similar comment
|
/test pull-cluster-api-provider-aws-e2e |
|
/test pull-cluster-api-provider-aws-e2e-eks |
|
/test pull-cluster-api-provider-aws-e2e |
|
xref: tries to take a look at the test failure coming from this PR: #5711 (comment)
|
pass |
|
/test pull-cluster-api-provider-aws-e2e-eks |
|
/test pull-cluster-api-provider-aws-e2e |
8311fb3 to
f0fcc26
Compare
|
/test pull-cluster-api-provider-aws-e2e-eks |
|
/test pull-cluster-api-provider-aws-e2e |
ea9e47d to
871274c
Compare
|
/test pull-cluster-api-provider-aws-e2e |
871274c to
cb45ba1
Compare
|
@LiangquanLi930 could you rebase also? TY |
7e094af to
ff4df47
Compare
…condition Add MachineDeployment and KubeadmControlPlane watchers to trigger AWSMachineTemplate reconciliation, ensuring nodeInfo is populated before cache sync completes. Related: kubernetes-sigs#5711
ff4df47 to
32e7d74
Compare
|
/test pull-cluster-api-provider-aws-test |
|
/test pull-cluster-api-provider-aws-e2e |
2 similar comments
|
/test pull-cluster-api-provider-aws-e2e |
|
/test pull-cluster-api-provider-aws-e2e |
|
@LiangquanLi930: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Analyzing the test failure at pull-cluster-api-provider-aws-e2e: TL/DR: This is a failure unrelated to this test.
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
kind: AWSCluster
metadata:
...
creationTimestamp: "2025-11-27T07:56:46Z"
name: cluster-mb82rq-rt7g5
namespace: functional-multitenancy-nested-clusterclass-o7tz51
...
spec:
...
status:
conditions:
...
- lastTransitionTime: "2025-11-27T08:31:48Z"
message: 'failed to describe VPC resources by name: failed to query ec2 for VPCs
by name "cluster-mb82rq-vpc": operation error EC2: DescribeVpcs, get identity:
get credentials: failed to refresh cached credentials, failed to refresh cached
credentials, operation error STS: AssumeRole, https response error StatusCode:
403, RequestID: 1567e191-f13a-4f66-b377-fcf4803fe514, api error ExpiredToken:
The security token included in the request is expired'
reason: VpcReconciliationFailed
severity: Warning
status: "False"
type: VpcReady
...The logs show 403's with: The test uses The Proposal: we should merge this PR (cc @damdo @richardcase @nrb ) because it solves the perma-red test-failure in periodics. And we should also do a separate PR fixing this issue by setting a higher duration for the |
The proposal seems reasonable to me and thanks for this change. /approve /override pull-cluster-api-provider-aws-e2e |
|
@richardcase: Overrode contexts on behalf of richardcase: pull-cluster-api-provider-aws-e2e In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardcase The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
damdo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
We might want to also watch MachineSets, in case there are users of MachineSets that don't use MachineDeployment
But let's merge this for now and iterate
|
LGTM label has been added. Git tree hash: 52ac2192cbb7e748010399cecea8fc54239cdfa7
|
What type of PR is this?
/kind flake
What this PR does / why we need it:
fix AWSMachineTemplate autoscaler test
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist:
Release note: