]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Revert "travis: Limit git depth to 5 commits"
authorAndrea Bolognani <abologna@redhat.com>
Tue, 19 Sep 2017 13:49:19 +0000 (15:49 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 19 Sep 2017 15:08:15 +0000 (17:08 +0200)
commiteb3fc2dd2a9ef8d2dc6198693aa8653d92b79b52
tree73073c33f148924a9da83c206d468c152bf8950d
parentf34fdd5ab606bb5c39ccfd5d0a54211f53af3a60
Revert "travis: Limit git depth to 5 commits"

Turns out a build job can be stuck waiting for a macOS worker to
become available for a pretty long time: if more than 5 commits
have been pushed in the meantime, the clone will be too shallow
for the worker to find the commit it's supposed to verify, and
the build job will fail.

See https://travis-ci.org/libvirt/libvirt/jobs/277244110 for an
example of the failure described.

This reverts commit 2e975abdc9bbc9e965486e8486cc17a771cdaeb3.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
.travis.yml