Skip to content

e2e-pool: Improve cleanup artifact gathering#2086

Merged
openshift-merge-robot merged 1 commit into
openshift:masterfrom
2uasimojo:e2e-pool/improve-cleanup
Aug 10, 2023
Merged

e2e-pool: Improve cleanup artifact gathering#2086
openshift-merge-robot merged 1 commit into
openshift:masterfrom
2uasimojo:e2e-pool/improve-cleanup

Conversation

@2uasimojo
Copy link
Copy Markdown
Member

We've been seeing some weird timeouts in e2e-pool where the test itself succeeds, but clusterclaim deletion hangs until the job times out and is killed by the monitor. Previously we had no good way to debug this because we had last captured manifests & logs before issuing the clusterclaim deletion.

With this commit, we:

  • Do that deletion (and that of the clusterpools) in the background.
  • Re-capture logs and manifests periodically while we're waiting for cleanup to complete.

We've been seeing some weird timeouts in e2e-pool where the test itself
succeeds, but clusterclaim deletion hangs until the job times out and is
killed by the monitor. Previously we had no good way to debug this
because we had last captured manifests & logs *before* issuing the
clusterclaim deletion.

With this commit, we:
- Do that deletion (and that of the clusterpools) in the background.
- Re-capture logs and manifests periodically while we're waiting for
cleanup to complete.
@openshift-ci openshift-ci Bot requested review from abutcher and jstuever August 10, 2023 14:03
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 10, 2023
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 10, 2023

@2uasimojo: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@2uasimojo
Copy link
Copy Markdown
Member Author

/assign @dlom

@dlom
Copy link
Copy Markdown
Contributor

dlom commented Aug 10, 2023

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 10, 2023
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 10, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 2uasimojo, dlom

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@openshift-merge-robot openshift-merge-robot merged commit ed65ea1 into openshift:master Aug 10, 2023
@2uasimojo 2uasimojo deleted the e2e-pool/improve-cleanup branch August 10, 2023 20:24
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants