[22/23] CI: Set also cache dir for Avocado

Message ID 20240325155540.4162990-23-amikan@ilbers.de
State New
Headers show
Series Additional CI improvements | expand

Commit Message

Anton Mikanovich March 25, 2024, 3:55 p.m. UTC
Otherwise it can fall back to unpredictable location.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 scripts/ci_build.sh | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index cd4c8960..5903cbe5 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -139,6 +139,7 @@  base_dir = $(realpath -s "${BASE_DIR}")/
 test_dir = $(realpath -s "${BASE_DIR}")/tests
 data_dir = $(realpath -s "${BASE_DIR}")/data
 logs_dir = $(realpath -s "${BASE_DIR}")/job-results
+cache_dirs = ["$(realpath -s "${BASE_DIR}")/data/cache"]
 EOF
 export VIRTUAL_ENV="./"