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

[release 1.5 backport] Fix cleanup in critest #7275

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

mxpv
Copy link
Member

@mxpv mxpv commented Aug 9, 2022

Backport #7232

Signed-off-by: Maksym Pavlenko pavlenko.maksym@gmail.com

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -473,6 +473,14 @@ jobs:
TEST_RUNTIME: ${{ matrix.runtime }}
run: |
BDIR="$(mktemp -d -p $PWD)"

function cleanup() {
Copy link
Member

Choose a reason for hiding this comment

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

Wondering if an if: always() would've worked for these (I see we're already using that for some steps below), or is the containerd process already killed by github actions itself on failure?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah. Checked the doc and we can have cleanup in the following step with always. Let's handle it in next pr👍

@fuweid fuweid merged commit ae6395a into containerd:release/1.5 Aug 10, 2022
@mxpv mxpv deleted the critest15 branch August 10, 2022 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants