Skip to content

Commit

Permalink
ci: drop Travis CI integration
Browse files Browse the repository at this point in the history
In short: deployment jobs often fail now and we'll recreate them on
GitHub Actions in a future.

In details:

* The old Travis CI infrastructure (.org) will gone soon, the new one
  (.com) has tight limits on a free plan.
* We already have testing on GitHub Actions (but without RPM / Deb
  uploads).
* Pulls from Docker Hub (part of RPM / Deb build + deploy jobs) often
  ratelimited when performed from Travis CI: likely due to reusing of IP
  addresses. GitHub Actions is not affected by this problem.
* We don't use packagecloud.io for hosting tarantool repositories
  anymore (see [1], [2], [3]). We'll deploy packages to our new infra in
  a future: it is tracked by tarantool#43.

[1]: tarantool/tarantool#3380
[2]: tarantool/tarantool#5494
[3]: tarantool/tarantool#4947

Removed unused Jenkinsfile as well.
  • Loading branch information
ArtDu committed May 10, 2022
1 parent dbfb824 commit e2d9922
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 253 deletions.
175 changes: 0 additions & 175 deletions .travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Jenkinsfile

This file was deleted.

15 changes: 0 additions & 15 deletions test.sh

This file was deleted.

55 changes: 0 additions & 55 deletions travis-archive.bash

This file was deleted.

0 comments on commit e2d9922

Please sign in to comment.