mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-26 11:39:29 +00:00
Merge pull request #65 from chavafg/topic/document-pr-testing
docs: add CI info to CONTRIBUTING.md
This commit is contained in:
commit
0eb5bbd08f
@ -20,6 +20,7 @@
|
||||
* [Supplementary patch](#supplementary-patch)
|
||||
* [Reviews](#reviews)
|
||||
* [Examples](#examples)
|
||||
* [Continuous Integration](#continuous-integration)
|
||||
* [Contact](#contact)
|
||||
* [Project maintainers](#project-maintainers)
|
||||
* [Issue tracking](#issue-tracking)
|
||||
@ -397,6 +398,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