emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 02c5ce7c92f: Adapt cache settings on emba.


From: Michael Albinus
Subject: master 02c5ce7c92f: Adapt cache settings on emba.
Date: Mon, 12 Aug 2024 03:52:33 -0400 (EDT)

branch: master
commit 02c5ce7c92f327d2dfb6117cd6788b53106a25e0
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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.
---
 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"'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]