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

GitHub Actions: use report_name instead of variables in publish-logs #897

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

uncleDecart
Copy link
Member

Previous implementation did not use test suite name in publishing logs, therefore for 11 different workflows we got only 4 artifacts, new implimentation uses report_name parameter in publish-logs action which makes it more flexible to set up any report name user wants and makes it more clear how it forms in run-eden-test action. And, of course, it adds test suite name now

cc: @milan-zededa @yash-zededa

Please approve: @deitch @eriknordmark

@@ -34,6 +34,7 @@ runs:
if: always()
uses: ./eden/.github/actions/publish-logs
with:
report_name: eden-report-${{ inputs.suite }}-tpm-${{ inputs.tpm_enabled }}-${{ inputs.file_system }}
file_system: ${{ inputs.file_system }}
Copy link
Contributor

Choose a reason for hiding this comment

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

file_system and tpm_enabled can be removed from "with"

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

Previous implementation did not use test suite name in publishing logs,
therefore for 11 different workflows we got only 4 artifacts, new implimentation
uses report_name parameter in publish-logs action which makes it more flexible to
set up any report name user wants and makes it more clear how it forms in
`run-eden-test` action. And, of course, it adds test suite name now

Signed-off-by: Pavel Abramov <[email protected]>
Copy link
Contributor

@eriknordmark eriknordmark left a comment

Choose a reason for hiding this comment

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

LGTM

@yash-zededa
Copy link
Contributor

LGTM

@uncleDecart uncleDecart merged commit 0cd3006 into lf-edge:master Oct 4, 2023
5 of 9 checks passed
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.

4 participants