Skip to content

Commit

Permalink
Merge pull request #37 from GATEOverflow/mlperf-inference-results-scc24
Browse files Browse the repository at this point in the history
Improve gh action
  • Loading branch information
arjunsuresh authored Oct 8, 2024
2 parents f31fe29 + 448ffd5 commit 93f1129
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 811 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
git config --global user.name "$USER"
git config --global user.email "$EMAIL"
#git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN_TOKEN }}@github.com/${{ github.repository }}
git add summary*
echo -e 'Please download [summary.xlsx](summary.xlsx) to view the most recent results. \n ```' > temp
git add summary_results.json
tail -n 16 checker_log.txt >> temp
echo -e '\n```\n' >> temp
cat temp | cat - README.md > temp1
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
summary.xlsx
summary.csv
summary.json
summary_results.json
README.md
13 changes: 0 additions & 13 deletions summary.csv

This file was deleted.

Loading

0 comments on commit 93f1129

Please sign in to comment.