]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt cache settings on emba.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 12 Aug 2024 07:51:50 +0000 (09:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 16 Aug 2024 06:44:43 +0000 (08:44 +0200)
* 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

index 8c0cf706a779ddda778a3d7fc10c331b33881d3e..e750e3a9ba7bccf67c64ee1e5c02b5c4348b562f 100644 (file)
@@ -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"'