Ask Your Question
0

random perf tests fail on buildbot

asked 2016-10-31 08:40:56 -0600

es0m gravatar image

I submitted pull request (https://github.com/opencv/opencv/pull...), fixed all build errors until all builds were green. The last change was a executable flag on a file.

Now I get performance test failures in areas that have nothing to do with my code: opencl: http://pullrequest.opencv.org/buildbo... and also in the "standard" perf_stitching tests.

http://pullrequest.opencv.org/buildbo... shows that I am probably not the only one seeing this.

Any idea what the source of this is and how to deal with this, e.g. how to retrigger a build so that it passes?

Thanks for any help.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-10-31 09:00:03 -0600

berak gravatar image

updated 2016-10-31 10:15:36 -0600

first: don't worry !

it happens, it's not your fault, and devs know about it

(there is justice in nature here, it happens to them, too ;).

just wait a bit, if they don't restart on their own, you could do a

git commit --amend

(this will trigger an interactive rebase) , then a forced push:

git push -f origin my-branch

to re-trigger the buildbots.

edit flag offensive delete link more

Comments

It's the third time now... it's fine, of course, but I do have a dayjob and can't spend ages polling OpenCV's github. Is there a known issue being tracked somewhere?

es0m gravatar imagees0m ( 2016-10-31 12:03:51 -0600 )edit

again, - don't worry.

you're not causing this error, it's a flaw in the current build system (and maybe the reason, why we're not having the long-awaited 3.2 release)

again, bare with the devs there (they're only a handful..), they'll sort it out eventually, and merge your pr even if the bots failed

berak gravatar imageberak ( 2016-10-31 12:15:31 -0600 )edit

imho, you've tried all effort there is, - now just try with applying time

berak gravatar imageberak ( 2016-10-31 12:18:50 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-10-31 08:40:56 -0600

Seen: 149 times

Last updated: Oct 31 '16