btrfs-progs: ci: disable travis-ci.org

The free travis-ci.org service is going to be discontinued. The
replacement travis-ci.com could be used instead but is not exactly the
same.

The images provided by the service contained old kernel and this hinders
testing of new features, tests were failing and the coverage was
incomplete. The docker images will be used to do build coverage in
another way.  A hosted CI is still desired so the search continues.

Issue: #171
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-05-04 12:29:25 +02:00
parent 3886c81fb5
commit c1da8b0ed5
2 changed files with 5 additions and 6 deletions

View File

@ -7,12 +7,7 @@ eventually.
## Hosted ## Hosted
**Travis CI** No active hosted CI is currently set up.
The Travis service is set up to run tests on development and release branches,
triggered by a push to the repository. Pull requests are not set up to run.
[Branch overview](https://travis-ci.org/kdave/btrfs-progs)
**Gitlab** **Gitlab**
@ -21,6 +16,10 @@ were experimenting with nested virtualization to run the tests on a current
kernel not some old version provided by the hosted image. The tests took to kernel not some old version provided by the hosted image. The tests took to
long to fit in the free plan quota. long to fit in the free plan quota.
**Travis CI**
Disabled since version v5.12 (05/2021).
## Local ## Local
The testsuite can be run directly from the git tree from the built sources, or The testsuite can be run directly from the git tree from the built sources, or