Skip to content
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

export the logs of Volcano components when the e2e test workflow fails #3438

Merged
merged 1 commit into from May 8, 2024

Conversation

panoswoo
Copy link
Contributor

Resolves #3429

@volcano-sh-bot volcano-sh-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 25, 2024
@@ -72,6 +72,30 @@ function generate-log {
kubectl logs deployment/${CLUSTER_NAME}-scheduler -n ${NAMESPACE} > volcano-scheduler.log
}

function show-log() {
if [ -f volcano-admission.log ]; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the logic of printing volcano component is similar, whether it's better to do it with a loop.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the logic of printing volcano component is similar, whether it's better to do it with a loop.

good idea

@lowang-bh
Copy link
Member

/lgtm

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Apr 25, 2024
@panoswoo
Copy link
Contributor Author

/assign @Thor-wl please take a look

Copy link
Member

@hwdef hwdef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@volcano-sh-bot volcano-sh-bot removed the lgtm Indicates that a PR is ready to be merged. label May 6, 2024
@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label May 6, 2024
@lowang-bh
Copy link
Member

Hi, @william-wang , please merge this pr with high-priority. thanks. cc @Monokaix

@lowang-bh
Copy link
Member

lowang-bh commented May 6, 2024

/priority important-soon

@volcano-sh-bot
Copy link
Contributor

@lowang-bh: The label(s) priority/important, priority/soon cannot be applied. These labels are supported: ``

In response to this:

/priority important soon

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.

@volcano-sh-bot volcano-sh-bot added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label May 6, 2024
for log_file in "${log_files[@]}"; do
if [ -f "$log_file" ]; then
echo "Showing ${log_file}..."
cat "$log_file"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems that will print lots of logs.

@Monokaix
Copy link
Member

Monokaix commented May 8, 2024

/lgtm

Signed-off-by: Panos Woo <panoswoo@outlook.com>
@volcano-sh-bot volcano-sh-bot removed the lgtm Indicates that a PR is ready to be merged. label May 8, 2024
Copy link
Member

@william-wang william-wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label May 8, 2024
@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lowang-bh, william-wang

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 8, 2024
@volcano-sh-bot volcano-sh-bot merged commit dcdece6 into volcano-sh:master May 8, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

export the logs of Volcano components when the e2e test workflow fails
7 participants