Set force_periodic to true in periodic job

Currently in zuul based reproducer, for running periodic
jobs, we need to specifically set force_periodic to true
in the launcher playbook manually. In order to fix that
we are enabling it based on job name.

Change-Id: Ic4aa91f061d9918fa91a69cb4c38eb476521c3d0
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-10-16 12:28:55 +05:30
parent 85be5ea1e6
commit 8b6f71035b

View File

@ -101,6 +101,9 @@
ready_releases_file: |
{{ releases_file_output | replace('export', ' export') }}
{% endif -%}
{% if 'periodic' in zuul.job -%}
force_periodic: true
{% endif %}
registry_login_enabled: false
featureset_override:
{% if featureset_override_file_output is defined -%}