diff options
| author | Michael Albinus | 2021-03-27 12:49:00 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-03-27 12:49:00 +0100 |
| commit | 47ec253a5d7c6b9ae3dd988cdcdcf88b015e5e8e (patch) | |
| tree | ebb6bcaeb9b3a00aea701baca270c87a1e4b5302 | |
| parent | d6344b2e9a1edb384770ceba757779dca49158d2 (diff) | |
| download | emacs-47ec253a5d7c6b9ae3dd988cdcdcf88b015e5e8e.tar.gz emacs-47ec253a5d7c6b9ae3dd988cdcdcf88b015e5e8e.zip | |
; Adapt recent change in test/infra/gitlab-ci.yml
| -rw-r--r-- | test/infra/gitlab-ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index d91c3a411ec..c957bf9b4dc 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml | |||
| @@ -95,8 +95,6 @@ default: | |||
| 95 | artifacts: | 95 | artifacts: |
| 96 | expire_in: 24 hrs | 96 | expire_in: 24 hrs |
| 97 | paths: [] | 97 | paths: [] |
| 98 | # - "test/**/*.log" | ||
| 99 | # - "**/*.log" | ||
| 100 | # using the variables for each job | 98 | # using the variables for each job |
| 101 | script: | 99 | script: |
| 102 | - docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} | 100 | - docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} |
| @@ -135,9 +133,12 @@ default: | |||
| 135 | 133 | ||
| 136 | .test-template: | 134 | .test-template: |
| 137 | artifacts: | 135 | artifacts: |
| 136 | name: ${CI_JOB_NAME}-${CI_COMMIT_SHA} | ||
| 137 | public: true | ||
| 138 | expire_in: 1 week | 138 | expire_in: 1 week |
| 139 | when: always | ||
| 139 | paths: | 140 | paths: |
| 140 | - "test/**/*.log" | 141 | - "**/*.log" |
| 141 | 142 | ||
| 142 | .gnustep-template: | 143 | .gnustep-template: |
| 143 | rules: | 144 | rules: |