Skip to content

ci: do not exit when an error happens inside the section

David Heidelberg requested to merge dh/mesa:ci_do_not_exit into main

Let CI handle that case as it did before. The only thing which needs to be done by the error() function is to get out of the section.

Fixes the issue where a job is not saving artifacts after failure. Fixes: 4cc0cec4 ("ci: implement unified sections")

Signed-off-by: David Heidelberg david.heidelberg@collabora.com

Merge request reports