fix(reporters): restore old behavior for Gerrit reporting #27
Loading…
Reference in a new issue
No description provided.
Delete branch "bring-back-old-gerrit-reporting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is an attempt to restore the old formatting, e.g. with failed
checks and a link to the URI.
At the same time, this attempts to fix the eager +1 Verified tag which
is sent when nix-eval is started (?) and not done or when the evaluation
is done instead of the whole nix-eval job seen as completed.
Signed-off-by: Raito Bezarius raito@lix.systems
d12bca569b
to781bdc51b6
781bdc51b6
to9d7a2e71ac
9d7a2e71ac
to0c5f470fed
86f4652b38
to894ef835c3
894ef835c3
tob90a39bd94
b90a39bd94
toe663e034bd
e663e034bd
to1dd0590ca1
1dd0590ca1
to5d39634f62
5d39634f62
tob739fb4c29
3dca25ce86
to183c6ae710
183c6ae710
to879e9cdcdf
First commit is useless because it was partially reverted in the second due to global prefix conflicts (buildbot-with-plugins & buildbot propagating the same inputs).
lgtm generally, i think we should merge this since it is what is currently running in prod and it doesn't look broken.
@ -1029,3 +1034,2 @@
# gerritReviewCB / self.url
BuildStatusGenerator(
message_formatter=MessageFormatterFunction(
mode='all',
i wonder if this is the cause of the excessive emails: previously we were only being called when all the builds have finished (either failure or success), right?
hm, no, this doesn't seem to be the cause of that, and there seem to be reasonable numbers of emails so far? let's merge it.