-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 test/e2e stream runtime SDK extension controller logs to artifacts #6892
🌱 test/e2e stream runtime SDK extension controller logs to artifacts #6892
Conversation
8ea19e7
to
7943014
Compare
/test all |
/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/test-infra repository. |
/test pull-cluster-api-apidiff-main |
7943014
to
9597483
Compare
/test pull-cluster-api-apidiff-main |
9597483
to
be12bed
Compare
/test pull-cluster-api-apidiff-main |
/test pull-cluster-api-e2e-informing-main |
/retitle 🌱 test/e2e stream runtime SDK extension controller logs to artifacts |
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.
Great improvement. I've got it up and running for the runtimeSDK tests and it's all working.
/lgtm
be12bed
to
dca7aaa
Compare
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.
Just a few nits
dca7aaa
to
7b93c34
Compare
/test pull-cluster-api-apidiff-main |
/lgtm Would be good if you can create a follow-up issue for #6892 (comment) |
done: #6900 |
/lgtm /cherry-pick release-1.2 I suggest also opening a follow-up issue so we can search for deployments with a well know label instead of relying on a well-known name. This will make the test helper usable by projects having different extensions names or for use cases where more than one extension is required |
@fabriziopandini: once the present PR merges, I will cherry-pick it on top of release-1.2 in a new PR and assign it to you. 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/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
@fabriziopandini: new pull request created: #6902 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/test-infra repository. |
What this PR does / why we need it:
Waits for the test extension deployment to be running and streams logs of it for being able to debug issues via test extension logs.
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 #