Skip to content

etl: ci-quality-test Fix regression - use list instead of iterator for

jobs

The results of get_jobs_from_pipeline_id function is iterated on the function that counts the retries, than it is iterated again to fetch more data from the pipelines. Since the iterator was consumed on the first time, the second was getting an empty iterator. Change to list to fix this.

Signed-off-by: Helen Koike helen.koike@collabora.com

Merge request reports

Loading