mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-01 09:47:45 +03:00
95b15afe13
I went through the Travis history a bit, and these seem to be the flaky ones. The ubuntu one is likely no libsoup patches. The other one @smcv has partially traced to a GPGME race condition or something like that. For the libsoup one; as I say in comments, once we have libcurl, I'd like to enable that mostly everywhere, which should (hopefully) be more reliable. Closes: #664 Approved by: cgwalters
17 lines
529 B
YAML
17 lines
529 B
YAML
language: c
|
|
dist: trusty
|
|
sudo: required
|
|
|
|
env:
|
|
- ci_distro=ubuntu ci_suite=trusty ci_test=no # TODO: use libcurl on this
|
|
- ci_docker=debian:jessie-slim ci_distro=debian ci_suite=jessie
|
|
- ci_docker=debian:stretch-slim ci_distro=debian ci_suite=stretch ci_test=no # TODO gpgme flake https://github.com/ostreedev/ostree/pull/664#issuecomment-276033383
|
|
- ci_docker=ubuntu:xenial ci_distro=ubuntu ci_suite=xenial
|
|
|
|
script:
|
|
- tests/ci-install.sh
|
|
- ci_parallel=2 ci_sudo=yes tests/ci-build.sh
|
|
|
|
notifications:
|
|
email: false
|