-
Notifications
You must be signed in to change notification settings - Fork 640
🌱 e2e: adjust templates to use AWSClusterRoleIdentities per Cluster #5773
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
🌱 e2e: adjust templates to use AWSClusterRoleIdentities per Cluster #5773
Conversation
|
/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 |
f767811 to
6d69af2
Compare
|
/test pull-cluster-api-provider-aws-e2e |
|
/retest |
6d69af2 to
8b060c8
Compare
|
/test pull-cluster-api-provider-aws-e2e |
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 label has been added. Git tree hash: 2c1dfe2ca590a070889fb581867b42df69fb8e38
|
|
Excellent thanks @chrischdi /approve |
|
@richardcase: once the present PR merges, I will cherry-pick it on top of 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 |
|
@richardcase: new pull request created: #5776 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. |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Fixes the perma-failing / flaking test:
capa-e2e.[It] [unmanaged] [functional] Multitenancy test should create cluster with nested assumed roleThis happens because we have multiple tests using the same AWSClusterRoleIdentity, and if it got created 15 mins before the test started the credentials are not valid anymore.
Testgrid: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-aws#periodic-e2e-main
k8s-triage to see this is resolved after merging: https://storage.googleapis.com/k8s-triage/index.html?job=periodic-cluster-api-provider-aws-e2e&test=Multitenancy%20test%20should%20create%20cluster%20with%20nested%20assumed%20role
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: