Skip to content

Commit

Permalink
util: CI: Update CI workflow to save score in artifact
Browse files Browse the repository at this point in the history
added one step in the CI's workflow file to save score.txt in artifact. This streamlines the process of downloading the score of each CI test, enabling us to easily obtain performance status of each commit

Change-Id: Iade52d8968839c1fd151b09926f5656d459d7ce8
  • Loading branch information
wiggleman authored and Xu Boran committed Mar 5, 2025
1 parent d865947 commit 40771a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gem5-perf-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,10 @@ jobs:
done
exit 1
fi
- name: Upload score
if: always()
uses: actions/upload-artifact@v4
with:
name: performance-score
path: ${{ github.workspace }}/score.txt

0 comments on commit 40771a1

Please sign in to comment.