-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Batch support #779
Batch support #779
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #779 +/- ##
========================================
- Coverage 2.95% 2.64% -0.32%
========================================
Files 82 85 +3
Lines 9342 10442 +1100
========================================
Hits 276 276
- Misses 9054 10154 +1100
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d3c03b4
to
a3f7a1c
Compare
get migration configs from batch services. Add local batch plugin and runner interface. update CLI batch plugin. fix errors. add batch container runs minor updates. cleanup fmt. update to latest batch core. update to latest core. remove debug statement. Add batch builds to debug spec. error when jobs are misconfigured. consistent rename rename run -> start rename batches -> batch-services. batch_path -> service_path
🎉 This PR is included in version 1.54.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Still need to implement a local run/start implementation. This just includes collection code for deployments. With lots of duplication from services at the moment.