From 37b7c5b4358a7e066573b70dc0d531249bc38af5 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 12 Aug 2024 09:51:50 +0200 Subject: [PATCH] Adapt cache settings on emba. * test/infra/gitlab-ci.yml (.job-template): Remove cache:policy. (.gnustep-template, .filenotify-gio-template, .eglot-template) (.tree-sitter-template, .native-comp-template): Remove cache. (cherry picked from commit 02c5ce7c92f327d2dfb6117cd6788b53106a25e0) --- test/infra/gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 8c0cf706a77..e750e3a9ba7 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -75,7 +75,6 @@ default: cache: key: ${CI_COMMIT_SHA} paths: [] - policy: pull-push # These will be saved for followup builds. artifacts: expire_in: 24 hrs @@ -146,8 +145,6 @@ default: junit: ${test_name}/${EMACS_TEST_JUNIT_REPORT} .gnustep-template: - cache: - key: gnustep-${CI_COMMIT_SHA} rules: - if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "schedule"' @@ -160,8 +157,6 @@ default: - test/infra/* .filenotify-gio-template: - cache: - key: filenotify-gio-${CI_COMMIT_SHA} rules: - if: '$CI_PIPELINE_SOURCE == "web"' # - if: '$CI_PIPELINE_SOURCE == "schedule"' @@ -176,8 +171,6 @@ default: - test/lisp/filenotify-tests.el .eglot-template: - cache: - key: eglot-${CI_COMMIT_SHA} rules: - if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "schedule"' @@ -188,8 +181,6 @@ default: - test/lisp/progmodes/eglot-tests.el .tree-sitter-template: - cache: - key: tree-sitter-${CI_COMMIT_SHA} rules: - if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "schedule"' @@ -210,8 +201,6 @@ default: - test/src/treesit-tests.el .native-comp-template: - cache: - key: native-comp-${CI_COMMIT_SHA} rules: - if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "schedule"' -- 2.39.2