chore(statuses): clarify why we don't use {start, summary}CB

Instead of just commenting them out.

Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
raito 2024-05-06 18:27:38 +02:00 committed by Jade Lovelace
parent 3f095e685b
commit 4fa460f563

View file

@ -881,11 +881,7 @@ class GerritNixConfigurator(ConfiguratorBase):
wantSteps=True, wantSteps=True,
reviewCB=gerritReviewCB, reviewCB=gerritReviewCB,
reviewArg=self.url) reviewArg=self.url)
# startCB=gerritStartCB, # startCB, summaryCB are too noisy, we won't use them.
# startArg=self.url,
# summaryCB=gerritSummaryCB,
# summaryArg=self.url)
) )
if self.prometheus_config is not None: if self.prometheus_config is not None: