aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8c84ff0b00d..ff3f4306ade 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -30,15 +30,11 @@ env:
# What files to preserve in case tests fail
on_failure: &on_failure
log_artifacts:
- path: "**/**.log"
+ paths:
+ - "**/*.log"
+ - "**/.diffs"
+ - "**/regress_log_*"
type: text/plain
- regress_diffs_artifacts:
- path: "**/**.diffs"
- type: text/plain
- tap_artifacts:
- path: "**/regress_log_*"
- type: text/plain
-
task:
name: FreeBSD - 13
@@ -440,7 +436,7 @@ task:
on_failure:
<<: *on_failure
crashlog_artifacts:
- path: "crashlog-**.txt"
+ path: "crashlog-*.txt"
type: text/plain