gateway-experiments / remote_kernel_provider

Base support for remote kernel providers
Other
3 stars 3 forks source link

Add kernel launchers in preparation for kernelspec tooling #14

Closed kevin-bates closed 5 years ago

kevin-bates commented 5 years ago

Add launcher files for kernel languages, docker and kubernetes. Add logic to build toree-launcher and curl toree kernel jar. Add spec_utils which will be called by "leaf providers" to copy the appropriate launcher files to the staging directory. Add tests for spec utils. Activated tests on travis; provider tests are conditionally skipped for now.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a1b6e0e). Click here to learn what that means. The diff coverage is 95.94%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage          ?   31.64%           
=========================================
  Files             ?       11           
  Lines             ?     1125           
  Branches          ?        0           
=========================================
  Hits              ?      356           
  Misses            ?      769           
  Partials          ?        0
Impacted Files Coverage Δ
remote_kernel_provider/tests/test_spec_utils.py 100% <100%> (ø)
remote_kernel_provider/spec_utils.py 100% <100%> (ø)
remote_kernel_provider/tests/test_provider.py 47.25% <57.14%> (ø)

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 a1b6e0e...0e936ae. Read the comment docs.