Files
nomad/scheduler
Mahmood Ali 6f6a93b262 Handle migration of non-deployment jobs
This handles the case where a job when from no-deployment to deployment
with canaries.

Consider a case where a `max_parallel=0` job is submitted as version 0,
then an update is submitted with `max_parallel=1, canary=1` as verion 1.
In this case, we will have 1 canary alloc, and all remaining allocs will
be version 0.  Until the deployment is promoted, we ought to replace the
canaries with version 0 job (which isn't associated with a deployment).
2020-08-26 10:36:34 -04:00
..
2018-12-06 15:09:26 -08:00
2020-05-01 13:13:30 -04:00
2018-09-15 16:23:13 -07:00
2020-06-19 09:42:10 -04:00
2018-03-28 12:26:28 -05:00
2020-08-25 17:37:19 -04:00
2017-10-13 14:36:02 -07:00
2020-03-21 16:51:10 -04:00
2020-08-25 17:22:09 -04:00