All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] travis: remove all use of Travis CI
@ 2021-02-09 13:50 Daniel P. Berrangé
  2021-02-09 13:50 ` [PATCH 1/2] tests/docker: remove travis container Daniel P. Berrangé
  2021-02-09 13:50 ` [PATCH 2/2] travis: remove travis configuration and all references to Travis CI Daniel P. Berrangé
  0 siblings, 2 replies; 9+ messages in thread
From: Daniel P. Berrangé @ 2021-02-09 13:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Kevin Wolf, Daniel P. Berrangé,
	qemu-block, Philippe Mathieu-Daudé,
	Max Reitz, Alex Bennée

It is not sustainable to keep supporting Travis CI when our maintainer
have exhausted their free CI credit allowance and it isn't easily
renewable for most

While there are still some unique scenarios covered by Travis, this is
not useful when maintainers can't run the pipelines.  If people see
scenarios that are desirable for GitLab CI they can be added as jobs
when desired.

Daniel P. Berrangé (2):
  tests/docker: remove travis container
  travis: remove travis configuration and all references to Travis CI

 .travis.yml                            | 439 -------------------------
 MAINTAINERS                            |   3 -
 configure                              |   1 -
 contrib/gitdm/filetypes.txt            |   2 +-
 docs/devel/testing.rst                 |  14 -
 scripts/travis/coverage-summary.sh     |  27 --
 tests/docker/Makefile.include          |  11 +-
 tests/docker/docker.py                 |   2 +-
 tests/docker/dockerfiles/travis.docker |  17 -
 tests/docker/travis                    |  22 --
 tests/docker/travis.py                 |  47 ---
 tests/qemu-iotests/079                 |   2 +-
 tests/test-util-filemonitor.c          |  11 -
 13 files changed, 5 insertions(+), 593 deletions(-)
 delete mode 100644 .travis.yml
 delete mode 100755 scripts/travis/coverage-summary.sh
 delete mode 100644 tests/docker/dockerfiles/travis.docker
 delete mode 100755 tests/docker/travis
 delete mode 100755 tests/docker/travis.py

-- 
2.29.2




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-11 20:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 13:50 [PATCH 0/2] travis: remove all use of Travis CI Daniel P. Berrangé
2021-02-09 13:50 ` [PATCH 1/2] tests/docker: remove travis container Daniel P. Berrangé
2021-02-11 12:20   ` Alex Bennée
2021-02-09 13:50 ` [PATCH 2/2] travis: remove travis configuration and all references to Travis CI Daniel P. Berrangé
2021-02-09 13:58   ` Philippe Mathieu-Daudé
2021-02-09 14:03     ` Daniel P. Berrangé
2021-02-09 14:15       ` Philippe Mathieu-Daudé
2021-02-09 14:32   ` Thomas Huth
2021-02-11 20:09     ` Wainer dos Santos Moschetta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.