-
Notifications
You must be signed in to change notification settings - Fork 63
Add workflow to run SDGym monthly and publish results #427
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #427 +/- ##
==========================================
+ Coverage 70.97% 72.10% +1.12%
==========================================
Files 24 27 +3
Lines 1840 2029 +189
==========================================
+ Hits 1306 1463 +157
- Misses 534 566 +32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
e928db0
to
e63a58d
Compare
- issue-425-workflow-sdgym | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 5 5 * *' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be updated. Since I launched one today, I think every month on the 5th makes sense.
from sdgym.s3 import parse_s3_path | ||
|
||
OUTPUT_DESTINATION_AWS = 's3://sdgym-benchmark/Benchmarks/' | ||
UPLOAD_DESTINATION_AWS = 's3://sdgym-benchmark/Benchmarks/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Along with the Github location, I'm also uploading the summary there so we have a backup.
--base gatsby-home \ | ||
--title "Upload SDGym Benchmark Results ($FOLDER_NAME)" \ | ||
--body "Automated benchmark results upload" \ | ||
--reviewer "pcarapic15" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we automerge this instead of having predrag approve?
CU-86b5qr8wj
Resolve #425