]> Git Repo - qemu.git/commitdiff
.travis.yml: Cache Avocado cache
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 3 Sep 2019 13:26:43 +0000 (15:26 +0200)
committerAlex Bennée <[email protected]>
Tue, 10 Sep 2019 13:14:32 +0000 (14:14 +0100)
Avocado tests download artifacts from various sources.
These sources sometime have network issues resulting in build
failures. Cache Avocado cache to reduce build failure.

See https://docs.travis-ci.com/user/caching/#arbitrary-directories

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
.travis.yml

index 0e3c2b0021c19264fcab26ebf2aee503f0d435da..097a844d68b7a24843696b4b02e5c0a7293487ea 100644 (file)
@@ -9,6 +9,8 @@ cache:
   timeout: 1200
   ccache: true
   pip: true
+  directories:
+  - $HOME/avocado/data/cache
 
 
 addons:
This page took 0.025313 seconds and 4 git commands to generate.