Skip to content

ci-package-builder: Ignore dirty final statuses

Emanuele Aina requested to merge wip/em/ignore-dirty-results into master

The OBS API sometimes yeld a final status but marks it dirty as it is still processing it somehow.

This can cause the job to fail since the final result may not have been marked in the job history if the status is dirty.

To avoid that, ignore results when the dirty flag is set and loop again.

Merge request reports