{% extends 'layout.html' %} {% import 'forms.html' as forms %} {% block content %}

Welcome to the Buildbot {%- if title -%}  for the  {%- if title_url -%} {{ title }} {%- else -%} {{ title }} {%- endif -%}  project {%- endif -%} !

Our goal is to provide extensive build and test coverage for all supported platforms.

If you are willing to donate some CPU cycles and some room on a hard drive, you are welcome. The instructions of how to add a build slave to the LLVM Buildbot infrastructure can be found in the How to Add Your Build Configuration to the LLVM Buildbot Infrastructure document.

Navigate:

{%- if authz.advertiseAction('cleanShutdown') -%} {%- if shutting_down -%} Master is shutting down
{{ forms.cancel_clean_shutdown(cancel_shutdown_url, authz) }} {%- else -%} {{ forms.clean_shutdown(shutdown_url, authz) }} {%- endif -%} {%- endif -%}

Admin: Galina Kistanova gkistanova@gmail.com

{% endblock %}