Add workflow to run SDGym monthly and publish results - #427
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #427 +/- ##
==========================================
+ Coverage 70.97% 71.79% +0.81%
==========================================
Files 24 27 +3
Lines 1840 2088 +248
==========================================
+ Hits 1306 1499 +193
- Misses 534 589 +55
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:
|
e928db0 to
e63a58d
Compare
| 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.
Along with the Github location, I'm also uploading the summary there so we have a backup.
7eb91af to
fc7321b
Compare
c1c2830 to
3791993
Compare
amontanez24
left a comment
There was a problem hiding this comment.
Looking really good! Should e the last round of comments
| --base gatsby-home \ | ||
| --title "Upload SDGym Benchmark Results ($FOLDER_NAME)" \ | ||
| --body "Automated benchmark results upload" \ | ||
| --reviewer "amontanez24" |
There was a problem hiding this comment.
you can remove this before merging
| - name: Checkout target repo (sdv-dev.github.io) | ||
| if: env.SKIP_UPLOAD != 'true' | ||
| run: | | ||
| git clone https://github.com/sdv-dev/sdv-dev.github.io.git target-repo | ||
| cd target-repo | ||
| git checkout gatsby-home |
There was a problem hiding this comment.
why don't we use the github checkout action for this?
There was a problem hiding this comment.
Hi @amontanez24, I've reinstated the command to directly commit fb5b32a. Last time it was this commit:
sdv-dev/sdv-dev.github.io@0911425
This reverts commit a192435.
3442f44 to
f23428c
Compare
CU-86b5qr8wj
Resolve #425