Skip to content

[25.0 backport] ci: Make find for test reports more specific#47471

Merged
thaJeztah merged 1 commit intomoby:25.0from
vvoland:ci-reports-better-find-25
Feb 29, 2024
Merged

[25.0 backport] ci: Make find for test reports more specific#47471
thaJeztah merged 1 commit intomoby:25.0from
vvoland:ci-reports-better-find-25

Conversation

@vvoland
Copy link
Copy Markdown
Contributor

@vvoland vvoland commented Feb 29, 2024

Don't use all *.json files blindly, take only these that are likely to be reports from go test.
Also, use find ... -exec instead of piping results to xargs.

(cherry picked from commit e4de4de)

- What I did

- How I did it

- How to verify it

- Description for the changelog

Don't use all `*.json` files blindly, take only these that are likely to
be reports from go test.
Also, use `find ... -exec` instead of piping results to `xargs`.

Signed-off-by: Paweł Gronowski <[email protected]>
(cherry picked from commit e4de4de)
Signed-off-by: Paweł Gronowski <[email protected]>
@vvoland vvoland added status/2-code-review kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. area/testing kind/bugfix PR's that fix bugs labels Feb 29, 2024
@vvoland vvoland added this to the 25.0.4 milestone Feb 29, 2024
@vvoland vvoland self-assigned this Feb 29, 2024
Copy link
Copy Markdown
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

@thaJeztah thaJeztah merged commit 6d675b4 into moby:25.0 Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/testing kind/bugfix PR's that fix bugs kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. status/2-code-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants