deis / charts

(OBSOLETE) Helm Classic v1 Charts for Deis Workflow
https://deis.com/workflow/
MIT License
45 stars 36 forks source link

Move workflow-e2e from RC's to the job endpoint #327

Open jchauncey opened 8 years ago

jchauncey commented 8 years ago

Right now we use replication controllers to deploy the e2e tests on to a cluster. Instead, we should move to using the Job resource which should allow us better reporting on when the tests actually complete.