Checking the status of your builds
Whenever you make a new commit, Odoo.sh creates the new commit. It also performs automated test cases. To manage all of this, Odoo.sh has its own version of runbot. In this recipe, we will check the statuses of all the builds.
How to do it...
Click on the Builds menu at the top to open the list of builds. Here, you can see a full overview of all of the branches and their commits:
Figure 19.19 – Build status
By clicking on the Connect buttons, you can connect to the instances. You can see the status of the build by the background color of the branch.
How it works...
On the runbot screen, you will get extra control over the builds. You can connect to the previous builds from here. Different colors show the status of the build. Green means that everything is fine; yellow indicates a warning, which can be ignored, but it is recommended that you fix it; red means there is a critical issue that you have to...