jenkinsci / mesos-plugin

Mesos Cloud Jenkins Plugin
https://plugins.jenkins.io/mesos/
Apache License 2.0
289 stars 165 forks source link

Handle all QueueOfferResult types. #394

Closed jeschkies closed 4 years ago

jeschkies commented 4 years ago

Summary: This will handle enqeued, dropped, failure and other cases. We also restart the USI scheduler flow in case the connection to Mesos is lost.

Depends on mesosphere/usi#147.

JIRA issues: D2IQ-67370

jeschkies commented 4 years ago

We need to redefine the MesosApi interface so that we can test it with a mocked USI flow.