Commit: CI: uploading failed screendump tests does not work Cirrus

5 views
Skip to first unread message

Christian Brabandt

unread,
Sep 29, 2024, 11:45:10 AM9/29/24
to vim...@googlegroups.com
CI: uploading failed screendump tests does not work Cirrus

Commit: https://github.com/vim/vim/commit/5dd4ec0089f0f4ef06571575ea21c0650a969ff5
Author: Aliaksei Budavei <0x00...@gmail.com>
Date: Sun Sep 29 17:29:39 2024 +0200

CI: uploading failed screendump tests does not work Cirrus

Problem: CI: uploading failed screendump tests does not work Cirrus
(after: e019f3626d51f3f71)
Solution: Do not use the $CIRRUS_WORKING_DIR env variable

related: #15695

Signed-off-by: Aliaksei Budavei <0x00...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/.cirrus.yml b/.cirrus.yml
index 6b28b0655..3475c3fb7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -25,6 +25,6 @@ freebsd_task:
screendump_artifacts:
name: "Cirrus-CI-freebsd-failed-tests"
path: |
- "$CIRRUS_WORKING_DIR/runtime/syntax/testdir/failed/*"
- "$CIRRUS_WORKING_DIR/src/testdir/failed/*"
+ "runtime/syntax/testdir/failed/*"
+ "src/testdir/failed/*"
type: application/octet-stream
Reply all
Reply to author
Forward
0 new messages