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.
This commit is contained in:
Michael Albinus 2024-08-12 09:51:50 +02:00
parent 643b564bd3
commit 02c5ce7c92

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