zuul-jobs/roles/render-diff/README.rst
Tristan Cacqueray 4903ecd30b dhall-diff: add new job
This change adds a new dhall-diff job to verify generated config
is idempotent.

Change-Id: I96a335dc78c4fa74564b854997433e5be0b5e633
2020-05-03 19:06:37 +00:00

16 lines
366 B
ReStructuredText

Run render command and ensure there are no resulting differences.
Ensure that generated configuration files are idempotent.
**Role Variables**
.. zuul:jobvar:: render_command
:default: make
The command that render the configuration files.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
Directory to run the render command in.