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
parent 6543b8e414
commit 7b2fc73c78

View file

@ -860,11 +860,7 @@ class GerritNixConfigurator(ConfiguratorBase):
wantSteps=True,
reviewCB=gerritReviewCB,
reviewArg=self.url)
# startCB=gerritStartCB,
# startArg=self.url,
# summaryCB=gerritSummaryCB,
# summaryArg=self.url)
# startCB, summaryCB are too noisy, we won't use them.
)
def gerritBranchKey(b):