mtreinish / ciml

a machine learning pipeline for analyzing CI results.
Apache License 2.0
5 stars 4 forks source link

Add scripts and tasks to run from a Tekton task #28

Closed afrittoli closed 4 years ago

afrittoli commented 4 years ago

Add a tekton task that can run trainings with experiments / datasets defined in a configmap:

data: experiments: (...) datasets: (...)

The task uses the tkn client to trigger other tasks that run the trainings. The trainings are executed with a max concurrentcy, and the execution log is stored in a bucket.