[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master c42311e65d5 2/2: Merge branch 'master' of git.savannah.gnu.org:/s
From: |
Eli Zaretskii |
Subject: |
master c42311e65d5 2/2: Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs |
Date: |
Sun, 11 Aug 2024 10:18:38 -0400 (EDT) |
branch: master
commit c42311e65d5456998590fba25f3166fdc0cc7a29
Merge: d60f3d5dd4b a9336d6996b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
---
test/infra/gitlab-ci.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index e5e48b76ec2..8c0cf706a77 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -101,6 +101,8 @@ default:
.build-template:
needs: []
+ cache:
+ policy: push
rules:
- if: '$CI_PIPELINE_SOURCE == "web"'
when: always
@@ -131,6 +133,8 @@ default:
- docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG}
.test-template:
+ cache:
+ policy: pull
artifacts:
name: ${test_name}
public: true
@@ -142,6 +146,8 @@ 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"'
@@ -154,6 +160,8 @@ default:
- test/infra/*
.filenotify-gio-template:
+ cache:
+ key: filenotify-gio-${CI_COMMIT_SHA}
rules:
- if: '$CI_PIPELINE_SOURCE == "web"'
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
@@ -168,6 +176,8 @@ 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"'
@@ -178,6 +188,8 @@ 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"'
@@ -198,6 +210,8 @@ 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"'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master c42311e65d5 2/2: Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs,
Eli Zaretskii <=