Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2015-03-18 13:56:26
Size: 695
Editor: JendrikSeipp
Comment:
Revision 10 as of 2021-03-19 15:50:44
Size: 0
Comment: Replaced by Github actions
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Back to [[ForDevelopers|developer page]].

= Buildbot =

== Buildbot Overview ==

We use [[http://trac.buildbot.net/|Buildbot]] for automated building and testing of Fast Downward.
The Buildbot master for Fast Downward is located at [[http://buildbot.fast-downward.org/]].

== Buildbot Configuration ==

Our Buildbot is configured with 4 build types:

 * Quick - performs an incremental build immediately after each commit
 * Full - performs an clean build and a quick translator check after each commit
 * Nightly - performs a small planning experiment and a big translator check every night
 * Weekly - performs a big planning experiment and a big translator check every week