From eb3fc2dd2a9ef8d2dc6198693aa8653d92b79b52 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 19 Sep 2017 15:49:19 +0200 Subject: [PATCH] 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 Reviewed-by: Daniel P. Berrange --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3e73bcf70..480419dfdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,6 @@ addons: - zfs-fuse git: - depth: 5 submodules: true env: