Skip to content

Commit

Permalink
GHA: print combined twister reports before compare
Browse files Browse the repository at this point in the history
show the resulted twister.json after combining
and before comparing for size report.

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Jun 11, 2024
1 parent 83f46de commit bba3f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-pr_publish_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
shopt -s extglob
pr_reports=$(ls current/sample-artifacts-meta/subsets/*/twister.json)
python3 scripts/ci/combine_twister_reports.py $pr_reports new.json
cat new.json
base_reports=$(ls old/sample-artifacts-meta/subsets/*/twister.json)
python3 scripts/ci/combine_twister_reports.py $base_reports old.json
cat old.json
python3 scripts/ci/compare_size_reports.py -o old.json -n new.json --md_output --show_only_diff > memory_usage.md
cat memory_usage.md >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit bba3f62

Please sign in to comment.