getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
52 stars 21 forks source link

Merged unittests, python-package and e2e into single workflow - now e2e is run only if unittests pass #166

Closed Lasica closed 2 years ago

Lasica commented 2 years ago

Description

Now e2e execution can be conditional on unittest success. Also added filters for running the test (only python files outside docs trigger the execution)

Resolves #164

PR Checklist