Skip to content

Trigger build of unchanged slots if last build is older than N days

The maximum age of a build is 7 days by default, but can be tuned with the option "max_build_age" of the metadata field. For example, to force a rebuild every day one can use:

slot.metadata['max_build_age'] = 1

Closes #40 (closed)

Edited by Marco Clemencic

Merge request reports