-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Testing] Save pod desc text and stackdriver link as artifacts #2791
[Testing] Save pod desc text and stackdriver link as artifacts #2791
Conversation
Artifacts are not saved, fixing artifact location according to https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy 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 |
/test kubeflow-pipeline-sample-test |
…low#2791) * Save pod desc text and stackdriver link as artifacts * Fix artifact location * Restructure artifact * Also log pod yaml
Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
Existing problem
Unhealthy pod description is usually too long and very distracting. e.g. https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/kubeflow_pipelines/2786/kubeflow-pipeline-sample-test/1211813796222341120#1:build-log.txt%3A7345 the description section is too long that it's hard to find which steps passed.
But they are usually not even enough, we also need pod logs to identify the issue.
Proposed solution
Save information related to each pod in a text file in artifacts.
Each file contains:
This change is