[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/6] Revert ".travis.yml: Cache Avocado cache"
From: |
Thomas Huth |
Subject: |
[PATCH 3/6] Revert ".travis.yml: Cache Avocado cache" |
Date: |
Wed, 20 Mar 2024 11:41:41 +0100 |
This reverts commit c1073e44b46490133e16420e1784dec7bcd4e030.
The Avocado tests have been removed from Travis a long time ago with
commit c5008c76ee ("gitlab: add acceptance testing to system builds"),
so we don't need to cache the avocado files here anymore.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.travis.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 8a3ae76a7c..8da88c4360 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,6 @@ cache:
timeout: 1200
ccache: true
pip: true
- directories:
- - $HOME/avocado/data/cache
# The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
--
2.44.0
- [PATCH 0/6] Updates for the .travis.yml file, Thomas Huth, 2024/03/20
- [PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package, Thomas Huth, 2024/03/20
- [PATCH 4/6] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/03/20
- [PATCH 6/6] .travis.yml: Do some more testing with Clang, Thomas Huth, 2024/03/20
- [PATCH 3/6] Revert ".travis.yml: Cache Avocado cache",
Thomas Huth <=
- [PATCH 1/6] .travis.yml: Shorten the runtime of the problematic jobs, Thomas Huth, 2024/03/20
- [PATCH 5/6] .travis.yml: Remove the unused UNRELIABLE environment variable, Thomas Huth, 2024/03/20