From affcacaa1043b507f4c6f46ff8d83b08be637eb8 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 24 Aug 2023 00:02:42 +0300 Subject: [PATCH] feat: cache downloaded releases --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0557171987..65c54348a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,6 +152,15 @@ builder-image: script: - echo "INTEGRATION_TESTS_ARGS=${INTEGRATION_TESTS_ARGS}" - ./ci/dash/test_integrationtests.sh $INTEGRATION_TESTS_ARGS + cache: + # Let all branches share the same cache, which is ok because get_previous_releases.py extracts release binaries in separate folders + key: + files: + # CI files where $PREVIOUS_RELEASES_TO_DOWNLOAD is defined + - ci/test/00_setup_env_native_qt5.sh + prefix: ${CI_JOB_NAME} + paths: + - releases after_script: - mkdir -p $CI_PROJECT_DIR/testlogs artifacts: