Merge "doc: describe 'allowed-to-fail' option"

This commit is contained in:
Zuul 2021-02-19 15:48:53 +00:00 committed by Gerrit Code Review
commit e9c11009f5
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
======================
Continuous Integration
======================
To make sure that changes do not break Kolla we use Continuous Integration (CI
in short) on Opendev Zuul platform.
Distribution, architecture, build type coverage
===============================================
There are several builds running on CI. We cover each supported distribution on
x86-64 architecture and Debian/source builds on AArch64.
Allowed to fail
===============
During Wallaby cycle we added support for 'allowed to fail' images.
The ``allowed-to-fail`` option in ``kolla-build.conf`` file (generated by
``tests/playbooks/run.yml`` lists images which are allowed to fail during CI
build without bringing whole build down.
Main use will be situation when we need to wait for other projects to fix
problems blocking build of image.
.. note::
This is meant to be used on CI in emergency situation.

View File

@ -20,3 +20,4 @@ We welcome everyone to join our project!
bug-triage
ptl-guide
release-management
ci