Merge pull request #220 from GabyCT/topic/removetravis

docs: Remove travis reference in the CI
This commit is contained in:
James O. D. Hunt
2021-06-21 07:44:25 +01:00
committed by GitHub

View File

@@ -929,8 +929,8 @@ lgtm
The Kata Containers project has a gating process to prevent introducing The Kata Containers project has a gating process to prevent introducing
regressions. When your PR is submitted, a Continuous Integration (CI) system regressions. When your PR is submitted, a Continuous Integration (CI) system
will run different checks on different platforms, based upon your changes. Currently Kata uses [Jenkins](http://jenkins.katacontainers.io) and will run different checks on different platforms, based upon your changes. Currently Kata uses [Jenkins](http://jenkins.katacontainers.io)
[Travis CI](https://travis-ci.org/kata-containers/) for testing your changes. for testing your changes.
Some of the checks are: Some of the checks are:
@@ -939,8 +939,7 @@ Some of the checks are:
- Functional tests. - Functional tests.
- Integration tests. - Integration tests.
The Travis job will be executed right after the PR is opened, while the The Jenkins jobs will wait to be triggered. A maintainer must add a `/test`
Jenkins jobs will wait to be triggered. A maintainer must add a `/test`
comment on the PR to let the CI jobs run. comment on the PR to let the CI jobs run.
All CI jobs must pass in order to merge your PR. All CI jobs must pass in order to merge your PR.