Skip to content
Snippets Groups Projects
Commit 88a715d0 authored by Antoine Lambert's avatar Antoine Lambert Committed by Antoine Lambert
Browse files

github: Ensure range listers do not override shared lister state

Recent changes in base Lister class implementation turn the call to
self.scheduler.update_lister mandatory to update the last termination
date for a lister.

It has some side effects on the GitHub lister as there is one incremental
instance plus multiple range ones relisting previously discovered repos
executed in parallel.

Range GitHub listers should not override the shared incremental lister
state as StaleData exceptions might be raised otherwise, so override
the set_state_in_scheduler Lister method to ensure that.
parent cccb8c21
No related branches found
Tags v6.8.0
1 merge request!539github: Ensure range listers do not override shared lister state
Pipeline #11742 passed