mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-27 20:18:57 +00:00
docs: add CI info to CONTRIBUTING.md
Info about how the CI works when a PR is opened. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
1f03d4cd29
commit
41a21903c1
@ -19,6 +19,7 @@
|
||||
* [Supplementary patch](#supplementary-patch)
|
||||
* [Reviews](#reviews)
|
||||
* [Examples](#examples)
|
||||
* [Continuous Integration](#continuous-integration)
|
||||
* [Contact](#contact)
|
||||
* [Project maintainers](#project-maintainers)
|
||||
* [Issue tracking](#issue-tracking)
|
||||
@ -368,6 +369,27 @@ at the beginning of the line:
|
||||
I love it! Very clean code and great tests. lgtm.
|
||||
```
|
||||
|
||||
## Continuous Integration
|
||||
|
||||
The Kata Containers project has a gating process to prevent introducing
|
||||
regressions. When your PR is submitted, a Continuous Integration (CI) system
|
||||
will run different checks on different platforms upon your changes. Currently
|
||||
Kata uses [Jenkins](http://jenkins.katacontainers.io) and
|
||||
[Travis CI](https://travis-ci.org/kata-containers/) for testing your changes.
|
||||
|
||||
Some of the checks are:
|
||||
|
||||
- Static analysis checks.
|
||||
- Unit tests.
|
||||
- Functional tests.
|
||||
- Integretation tests.
|
||||
|
||||
The travis job will be executed right after the PR is opened, while the Jenkins
|
||||
jobs will wait to be triggered. A maintainer must add a `/test` comment
|
||||
on the PR to let the CI jobs run.
|
||||
|
||||
All CI jobs must pass in order to merge your PR.
|
||||
|
||||
## Contact
|
||||
|
||||
The Kata Containers community can be reached
|
||||
|
Loading…
Reference in New Issue
Block a user