Search code examples
pythonbuildbot

Buidlbot Tutorial: URL for runtests under Waterfall view doesn't show?


Doing this tutorial, the URL for runtests in the Waterfall view does not appear. The worker is connected (confirmed by logs of both master and worker). Why doesn't runtests show under the Waterfall view?

I've tried the 2 ways that was shown in the tutorial in python's buildbot. (The first way is via the virtualenv and the second way is via the docker.) The link for the this is found here.

Both are supposed to show a URL (the tilted blue text) in waterfall view as seen in this image:

But both ways I tried only show a blank white screen. I ran the virtualenv way in both Linux Mint Serena and Ubuntu 16.04. I ran the docker way only in Ubuntu 16.04.


Solution

  • go to Menu Builds -> Builders, click runtests and then you can see a "force" button on the top right hand corner. Click that button (before that make sure your worker is attached) and then you can see runtests in the waterfall view. https://i.sstatic.net/s7OXr.png