Skip to content
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

Merged
merged 7 commits into from
Feb 13, 2022
Merged

Conversation

johnnychen94
Copy link
Owner

No description provided.

@johnnychen94 johnnychen94 marked this pull request as draft February 10, 2022 05:07
@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #8 (4527904) into master (9571943) will increase coverage by 93.00%.
The diff coverage is 93.00%.

❗ Current head 4527904 differs from pull request most recent head 6b7afcb. Consider uploading reports for the commit 6b7afcb to get more accurate results

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
src/runners/Runners.jl 50.00% <50.00%> (ø)
src/dialects/config_io.jl 88.46% <88.46%> (ø)
src/runners/shell.jl 91.30% <91.30%> (ø)
src/dialects/manifest.jl 97.22% <97.22%> (ø)
src/dialects/orders.jl 100.00% <100.00%> (ø)
src/dialects/traits.jl 100.00% <100.00%> (ø)
src/dialects/utils.jl 100.00% <100.00%> (ø)
src/runners/juliamodule.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9571943...6b7afcb. Read the comment docs.

@johnnychen94 johnnychen94 force-pushed the jc/manifest branch 13 times, most recently from 30ae8e0 to 9006036 Compare February 13, 2022 09:15
@johnnychen94 johnnychen94 marked this pull request as ready for review February 13, 2022 10:34
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.
@johnnychen94 johnnychen94 changed the title manifest workflow specification initial manifest workflow specification Feb 13, 2022
Also set julia lower bound to 1.6
This implementation provides a single-threaded workflow scheduler targets
specifically to ManifestWorkflow with PipelineOrder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant