-
Notifications
You must be signed in to change notification settings - Fork 1
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
initial manifest workflow specification #8
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
===========================================
+ Coverage 0 93.00% +93.00%
===========================================
Files 0 8 +8
Lines 0 200 +200
===========================================
+ Hits 0 186 +186
- Misses 0 14 +14
Continue to review full report at Codecov.
|
30ae8e0
to
9006036
Compare
This commit mainly focus on defining the basic structure of the "manifest" dialect, which is the simplest, and the most verbose configuration file.The main purpose of this "manifest" dialect specification is to provide an interchangable format that we can build more human-friendly dialects on top of it, e.g., "benchmark", "pkgtest". This commit includes the read and load of the TOML configuration file. The execution of the workflow is not included here.
9006036
to
66044ca
Compare
Also set julia lower bound to 1.6
This implementation provides a single-threaded workflow scheduler targets specifically to ManifestWorkflow with PipelineOrder.
66044ca
to
6b7afcb
Compare
No description provided.