This is a HTML-ification of Workflow state (workflow.state) and
the associated files in the workflow output directory.
Below is the doc
section of the workflow (.workflow
file).
{{ doc }}
If a workflow step (worklet / run) or test produced any artifacts, then they are listed here.
This is the configuration (.config
file) with any
variable-placeholders such as {{ '{{ local.env.HOME }}' }}
filled out.
{{ config | to_yaml }}
Steps uses
worklets. A description of the worklet used by
the current step is provided below. The description is extracted from the docstring
of the worklet and provided here in verbatim / as-is.
{{ step['description'] }}
{{ step | pprint }}
$ {{ runlog["state"]["cmd"] }}
{{ runlog["output"] }}
{% endfor %}
Tests are listed below.
See the testinfo for the reason from skipped tests and the crash-info from failed tests.
The runlog shows info for calls to cijoe.run() / cijoe.run_local()
from within the test.
When a button is greyed out, then neither a testinfo nor a runlog is available.
{{ testcase["longrepr"] }}
$ {{ runlog["state"]["cmd"] }}
{{ runlog["output"] }}
{% endfor %}