-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Add clusterctl describe to E2E artifacts #11966
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
🌱 Add clusterctl describe to E2E artifacts #11966
Conversation
/test ? |
@fabriziopandini: The following commands are available to trigger required jobs:
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-e2e-main |
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.
Do you think it makes sense to split the change into two commits (i.e., func move and the e2e change)?
bcdfb6f
to
dc52c20
Compare
/test pull-cluster-api-e2e-main |
test/framework/spec_helpers.go
Outdated
for _, c := range clusters.Items { | ||
DescribeCluster(ctx, DescribeClusterInput{ | ||
ClusterctlConfigPath: input.ClusterctlConfigPath, | ||
LogFolder: filepath.Join(input.ArtifactFolder, "clusters", c.Name), |
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.
I think we should put this file somewhere below
The current location https://gcsweb.k8s.io/gcs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_cluster-api/11966/pull-cluster-api-e2e-blocking-main/1900114995866243072/artifacts/clusters/quick-start-km06hh/
is usually for resources from the workload cluster
/test pull-cluster-api-e2e-main |
/test pull-cluster-api-e2e-main |
Thank you very much! /lgtm |
LGTM label has been added. Git tree hash: 6c90221081f2722620d8ce4b673477364b7978c9
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
4097ec1
to
143f280
Compare
/hold cancel |
What this PR does / why we need it:
Fixes #11954
/area e2e-testing