↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When | |
---|---|---|---|
mchehab | @all, FYI, there's an small issue with the Jenkins task that is doing media-next builds...
when a fail happens, it is emitting 2 e-emails, instead of one
and after a couple of minutes: a "back to normal" one: https://www.linuxtv.org/cgi-bin/mailman/private/media-submaintainers/2021-May/000395.html probably, the back to normal one is broken fixing it is not too trivial the problem is that the jenkins job only do a real build when the changesets are different. If they're identical, it just exits with 0 as return code (and an environment var that tells Jenkins to not keep the resuts) I'll likely need to do something similar to the "patchwork" bulds, where the e-mail notification is done by the script, and not by Jenkins Or to make the script to return the past build result when something bad happens | [08:20] | |
..... (idle for 24mn) | |||
Fixed. It should now properly report the failed results to Jenkins
so, the "back to normal" email should only be sent when the media next tree can be built with success the script still has one issue, though... if the tree fails to build, it is keeping some badly merged stuff, causing all subsequent PRs to also fail so: diff --cc fail_trees index 000000000000,000000000000..b4bc2bc3cefb new file mode 100644 --- /dev/null +++ b/fail_trees @@@ -1,0 -1,0 +1,5 @@@ ++git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14a ++git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14-out1 ++git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14b ++git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.13d ++git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14c diff --cc success_trees index 000000000000,000000000000..6c4fbe627604 new file mode 100644 --- /dev/null +++ b/success_trees @@@ -1,0 -1,0 +1,4 @@@ ++git://linuxtv.org/media_tree.git fixes ++git://linuxtv.org/media_stage.git master ++git://linuxtv.org/mchehab/experimental.git next ++git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.13-1 (I suspect that just hverkuil br-v5.14a PR failed above) | [08:50] | ||
pinchartl | I've seen that indeed, was wondering what it was about :-) | [09:08] |
↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |