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

Fix bugtool upload #289

Merged
merged 1 commit into from
Aug 5, 2022
Merged

Fix bugtool upload #289

merged 1 commit into from
Aug 5, 2022

Conversation

tpapagian
Copy link
Member

From a failed test:
level=info msg="Dumped bugtool info" file=/tmp/tetragon-bugtool.tar.gz test=TestKprobeObjectReadReturn

So the the bugtool tarball is /tmp/tetragon-bugtool.tar.gz. The current action
uploads /tmp/tetragon-bugtool-* which does not match anything.

This commit fixes the action to upload the bugtool report.

Signed-off-by: Anastasios Papagiannis [email protected]

@tpapagian tpapagian requested a review from willfindlay as a code owner August 5, 2022 12:30
@willfindlay
Copy link
Contributor

Ah dang nice catch.

From a failed test:
level=info msg="Dumped bugtool info" file=/tmp/tetragon-bugtool.tar.gz test=TestKprobeObjectReadReturn

So the the bugtool tarball is /tmp/tetragon-bugtool.tar.gz. The current action
uploads /tmp/tetragon-bugtool-* which does not match anything.

This commit fixes the action to upload the bugtool report.

Signed-off-by: Anastasios Papagiannis <[email protected]>
@tpapagian tpapagian force-pushed the pr/apapag/fix_bugtool_upload branch from 8251c7a to ecaf6ea Compare August 5, 2022 12:44
@tpapagian tpapagian merged commit ecaf6ea into main Aug 5, 2022
@tpapagian tpapagian deleted the pr/apapag/fix_bugtool_upload branch August 5, 2022 12:53
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.

2 participants