agola/internal/services
Simone Gotti 5dd9e587fe runservice: mark not running tasks as skipped when run marked to stop
Currently when a run is marked to stop we are going to stop currently running
tasks and then their childs will be marked as skipped.

But tasks not depending on a stopped task (root task or childs with a finished
parent) that are just waiting for an executor slot, will be scheduled when
there will be a free slot also if the run is marked to stop (and then the
scheduler will stop them after some seconds).

This patch will mark all not started tasks as skipped when the run is marked to
stop.
2020-02-26 16:45:09 +01:00
..
common gateway: api implement get secrets removeoverridden 2019-09-20 15:39:21 +02:00
config services: check config only for enabled services 2019-11-05 09:25:22 +01:00
configstore tests: add unique name for logs of the third ConfigStore instance 2020-01-16 13:54:13 +01:00
executor tests: improve services logging 2020-01-15 12:30:34 +01:00
gateway gateway: move authentication apis to /api/v1alpha/auth 2020-02-19 10:48:14 +01:00
gitserver tests: improve services logging 2020-01-15 12:30:34 +01:00
notification tests: improve services logging 2020-01-15 12:30:34 +01:00
runservice runservice: mark not running tasks as skipped when run marked to stop 2020-02-26 16:45:09 +01:00
scheduler tests: improve services logging 2020-01-15 12:30:34 +01:00
types cmd: project option to disable passing variables to PR from forked repo 2020-01-28 09:02:37 +01:00