1
Fork 0
Python-based continuous integration testing framework. The ladi-py2 branch with Python 2 maintained by LADI project.
Go to file
Povilas Kanapickas e2db8794b1
Merge pull request #4789 from p12tic/1.8.x-release
Release notes for 1.8.2
2019-05-23 04:41:10 +03:00
.circleci Switch CircleCI to build with Python 3 2019-01-03 09:57:52 -08:00
.github fix probot stale 2017-08-01 18:22:31 +02:00
common smokes: Log how exactly webdriver-manager is invoked 2019-05-23 02:04:22 +03:00
master docs: Update spelling word list 2019-05-23 04:18:21 +03:00
pkg Allow building www plugins with yarn only 2018-12-30 00:40:08 +08:00
pyinstaller pyinstaller binary generation for windows and linux-amd64 2018-01-01 10:52:02 +01:00
smokes smokes: Upgrade dependencies to bring in webdriver 12.1.4 2019-05-23 02:03:58 +03:00
worker Set minimum Twisted version to 17.9.0 2019-01-15 02:48:41 -08:00
www www: Pin buildbot-data upper version at 2.2.4 2019-05-23 03:27:22 +03:00
.bbtravis.yml Test against minimum Twisted version 17.9.0 2019-01-15 02:48:41 -08:00
.coveragerc
.gitattributes gitattributes: do not export .git* files in archive 2018-02-08 09:53:27 +01:00
.gitignore .gitignore: Ignore sandbox.* paths created during smoke tests 2018-11-07 00:06:33 +02:00
.isort.cfg sort fixes 2017-07-02 14:15:36 +02:00
.mailmap
.mention-bot
.pyup.yml configure pyup to update only every week 2017-05-30 11:03:05 +02:00
.travis.yml Merge pull request #4497 from p12tic/dont-require-fake-ec2-creds-in-tests 2019-01-06 19:01:09 +01:00
CONTRIBUTING.rst Fix contributing.rst grammar 2017-11-08 11:03:01 -05:00
LICENSE
Makefile default make virtualenv is python3 2018-12-20 22:22:12 +01:00
README.rst fix FOSSA badges in reStructuredText 2017-12-01 02:15:22 +00:00
appveyor.yml Merge pull request #4497 from p12tic/dont-require-fake-ec2-creds-in-tests 2019-01-06 19:01:09 +01:00
pyproject.toml
requirements-ci.txt requirements: Only install enum34 on python < 3.4 2019-05-23 00:30:42 +03:00
requirements-cidb.txt Update pg8000 from 1.12.3 to 1.12.4 2019-01-08 02:08:30 -08:00
requirements-cidocs.txt Update sphinx from 1.8.2 to 1.8.3 2018-12-31 14:58:27 +01:00
rtd-requirements.txt

README.rst

==========
 Buildbot
==========

--------------------------------------
 The Continuous Integration Framework
--------------------------------------

Buildbot is based on original work from `Brian Warner <mailto:warner-buildbot @
lothar . com>`_, and currently maintained by `the Botherders
<https://github.com/buildbot/botherders>`_.

Visit us on http://buildbot.net !

|travis-badge|_ |codecov-badge|_ |readthedocs-badge|_ |fossa-badge|_

Buildbot consists of several components:

* master
* worker
* www/base
* www/console_view
* www/waterfall_view

and so on

See the README in each subdirectory for more information

Related repositories:

* https://github.com/buildbot/buildbot-media - Buildbot-related media
* https://github.com/buildbot/buildbot-website - Source for http://buildbot.net

.. |travis-badge| image:: https://travis-ci.org/buildbot/buildbot.svg?branch=master
.. _travis-badge: https://travis-ci.org/buildbot/buildbot
.. |codecov-badge| image:: http://codecov.io/github/buildbot/buildbot/coverage.svg?branch=master
.. _codecov-badge: http://codecov.io/github/buildbot/buildbot?branch=master
.. |readthedocs-badge| image:: https://readthedocs.org/projects/buildbot/badge/?version=latest
.. _readthedocs-badge: https://readthedocs.org/projects/buildbot/builds/
.. |fossa-badge| image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbuildbot%2Fbuildbot.svg?type=shield
.. _fossa-badge: https://app.fossa.io/projects/git%2Bgithub.com%2Fbuildbot%2Fbuildbot?ref=badge_shield