Skip to content

set stage_publish pass/fail

Jakub Racek requested to merge (removed):publish-pass-fail into main

Publish stage has the most complete set of data about build and build-tools result. However, because stage_publish isn't populated, function dump_kcidb_data_on_condition doesn't dump (update) data in kcidb_all.json file.

This can be indentified by stage status being "".

$ dump_kcidb_data_on_condition "{VENV_PY3}" "{PIPELINE_DEFINITION_DIR}" "${RC_FILE}" build build pass fail Stage status is . Data will be either dumped in later stage, or not at all.

Signed-off-by: Jakub Racek jracek@redhat.com

Merge request reports