The Yocto Autobuilder: Difference between revisions
Line 3: | Line 3: | ||
The Yocto AutoBuilder is a buildbot based autobuilder implementation that can be used to build out and test custom distros utilizing OE-Core (either bare or through the poky repository) | The Yocto AutoBuilder is a buildbot based autobuilder implementation that can be used to build out and test custom distros utilizing OE-Core (either bare or through the poky repository) | ||
The source code can be downloaded from the [yocto-autobuilder2 http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder2/] and [yocto-autobuilder-helper http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/] repositories. | The source code can be downloaded from the ['''yocto-autobuilder2''' http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder2/] and [yocto-autobuilder-helper http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/] repositories. | ||
For details on the design and configuration of the AutoBuilder, refer to the documentation in those repositories. | For details on the design and configuration of the AutoBuilder, refer to the documentation in those repositories. |
Revision as of 12:46, 27 June 2019
The Yocto AutoBuilder
The Yocto AutoBuilder is a buildbot based autobuilder implementation that can be used to build out and test custom distros utilizing OE-Core (either bare or through the poky repository)
The source code can be downloaded from the [yocto-autobuilder2 http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder2/] and [yocto-autobuilder-helper http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/] repositories.
For details on the design and configuration of the AutoBuilder, refer to the documentation in those repositories.
The yocto-autobuilder maintainer is Richard Purdie. All patches to the yocto-autobuilder2 should be sent to yocto@yoctoproject.org with "[yocto-autobuilder2]" in the Subject line. Please CC: richard.purdie@linuxfoundation.org.
If you have access to our production autobuilder, please read the documentation on how to kick off builds.
NOTE: please use autobuilder2, autobilder is dead [1], buildbot eight is dead.
Resources
- Accessing Autobuilders
- non-release build output -- https://autobuilder.yocto.io/pub/non-release/
- release build output -- https://autobuilder.yocto.io/pub/releases/
- AutoBuilder Maintenance
- AutoBuilder Cluster Setup
- How to Start a Build on the AutoBuilder
- Frequently Asked Yocto Autobuilder Questions
- Entropy on Autobuilders
AutoBuilder Automated Testing
The AutoBuilder is able to execute automated testing too when the proper configuration is added. The AutoBuilder relies on what the Yocto Project exposes as automated test tools and it doesn't include support for directly executing tests. The AutoBuilder has been used for test execution (runtime, selftests) in the Yocto Project long before it was chosen as the automated test framework over LAVA. Instructions on how to add tests to the AutoBuilder can be seen here.