ReproNim / reproman

ReproMan (AKA NICEMAN, AKA ReproNim TRD3)
https://reproman.readthedocs.io
Other
24 stars 14 forks source link

Plain orchestrator basic fetch #539

Closed chaselgrove closed 4 years ago

chaselgrove commented 4 years ago

Modify the plain orchestrator to fetch status, stdout, and stderr back for all jobs.

Closes #535

codecov[bot] commented 4 years ago

Codecov Report

Merging #539 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #539      +/-   ##
==========================================
- Coverage   89.74%   89.74%   -0.01%     
==========================================
  Files         148      148              
  Lines       12487    12489       +2     
==========================================
+ Hits        11207    11208       +1     
- Misses       1280     1281       +1     
Impacted Files Coverage Δ
reproman/support/jobs/orchestrators.py 94.05% <100.00%> (-0.22%) :arrow_down:
reproman/support/jobs/tests/test_orchestrators.py 95.31% <100.00%> (+0.02%) :arrow_up:
reproman/distributions/tests/test_debian.py 98.67% <0.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 98bcaf2...205eb4f. Read the comment docs.

yarikoptic commented 4 years ago

THANK you @chaselgrove and @kyleam ! Let's proceed!