avast / wanna-ml

Complete MLOps framework for Vertex-AI
MIT License
17 stars 3 forks source link

feat: allow wanna to run pipeline in quick mode #73

Closed jsilva closed 1 year ago

jsilva commented 1 year ago

Describe your changes

Sometimes we need to run the pipeline from local machine without requiring to re-build the containers. When containers are built locally we look at the cache file and skip the rebuild but if users are using the remote cloud builds we don't have a way to compare the dirs shas and skip the docker build.

This slows down on pipeline iterations.

Issue ticket number

MLOPS-208

Checklist before requesting a review

codecov-commenter commented 1 year ago

Codecov Report

Base: 74.04% // Head: 74.04% // No change to project coverage :thumbsup:

Coverage data is based on head (127c472) compared to base (418d494). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #73 +/- ## ======================================= Coverage 74.04% 74.04% ======================================= Files 57 57 Lines 2716 2716 ======================================= Hits 2011 2011 Misses 705 705 ``` | [Impacted Files](https://codecov.io/gh/avast/wanna-ml/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast) | Coverage Δ | | |---|---|---| | [src/wanna/cli/plugins/pipeline\_plugin.py](https://codecov.io/gh/avast/wanna-ml/pull/73/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast#diff-c3JjL3dhbm5hL2NsaS9wbHVnaW5zL3BpcGVsaW5lX3BsdWdpbi5weQ==) | `50.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.