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:
parent
3f095e685b
commit
4fa460f563
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue