GH Actions -> archive surefire reports (#21913). - #21875
Closed
lhanusov wants to merge 1 commit into
Closed
Conversation
Contributor
Author
Contributor
Author
|
Getting multiple artifacts from GH can be simply achieved by gh cli: gh run download 5621318494 -p surefire-*tests*. |
lhanusov
force-pushed
the
lhanusov/main/CIAM-5267
branch
from
July 21, 2023 16:51
9fded56 to
7f0684e
Compare
This was referenced Jul 21, 2023
stianst
requested changes
Jul 24, 2023
stianst
left a comment
Contributor
There was a problem hiding this comment.
- Remove reference to internal JIRA.
- Refactor into a composite action.
- Only trigger for push and workflow_dispatch events (not for pull_requests)
Can you also elaborate on how the logs will be fetched? Retention days 1 seems a bit short perhaps?
lhanusov
force-pushed
the
lhanusov/main/CIAM-5267
branch
from
July 24, 2023 14:30
7f0684e to
706c5f5
Compare
Contributor
Author
|
@stianst @miquelsi Comments addressed #21915, in case of the artifact handling and process explanation -> Another CI will poll scm every 10 minutes and will get GH surefire artifacts based on change -> GH webhook is for internal service impossible. The CI will store it for longer period. Those artifact will be uploaded to reporting tool only once per release (will select particular revision), manual approval. Does it make sense? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #21913