timer: skip projects not using the pipeline

This change makes the timer driver skip projects that are not configured
to use the timer triggered pipeline. Timer operates on branch heads and
doesn't need speculative layouts to decide if it should be enqueued or not.
So it can be decided on cached data if it needs to run or not.

Change-Id: I410c0da5057727734ac82ce56cad75655a9ebc40
This commit is contained in:
Tristan Cacqueray
2018-07-11 02:50:51 +00:00
parent d09e46e91a
commit 6e1b442669
4 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
---
fixes:
- |
The timer trigger does not enqueue an event for every branch of every
project anymore and it now only processes projects actually using the
pipeline triggered by a timer.