[libvirt] [PATCH 0/1] Improve travis CI coverage

There is currently a serious hardware outage with the host running our Jenkins CI slaves and we're not sure when we'll get it back up and running. Ths leaves us with Travis CI in the meanwhile. This expands the Travis CI coverage to add latest Fedora stable and rawhide, so that it is covering a representative set of distros overall. Daniel P. Berrangé (1): travis: add fedora-31 & fedora-rawhide to the build images .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 2.21.0

The CentOS7 distro is quite old and the Ubuntu 18.04 distro is already a year & half old. Adding a Fedora 31 image gives us coverage of the newest stable distro release, and fedora-rawhide gives us the cutting edge. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b70c1c937..75f32e53b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,20 @@ matrix: - MAKE_ARGS="syntax-check distcheck" script: - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS" + - services: + - docker + env: + - IMAGE="fedora-31" + - MAKE_ARGS="syntax-check distcheck" + script: + - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS" + - services: + - docker + env: + - IMAGE="fedora-rawhide" + - MAKE_ARGS="syntax-check distcheck" + script: + - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS" - services: - docker env: -- 2.21.0

On Fri, Nov 22, 2019 at 3:58 PM Daniel P. Berrangé <berrange@redhat.com> wrote:
There is currently a serious hardware outage with the host running our Jenkins CI slaves and we're not sure when we'll get it back up and running. Ths leaves us with Travis CI in the meanwhile.
This expands the Travis CI coverage to add latest Fedora stable and rawhide, so that it is covering a representative set of distros overall.
Daniel P. Berrangé (1): travis: add fedora-31 & fedora-rawhide to the build images
.travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
participants (2)
-
Daniel P. Berrangé
-
Fabiano Fidêncio