Skip to content

Commit 28eccdf

Browse files
ci: Split output of logs into multiple sections
1 parent c7f754f commit 28eccdf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.cirrus.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,20 @@ env:
1919

2020
cat_logs_snippet: &CAT_LOGS
2121
always:
22-
test_logs_script:
22+
cat_tests_log_script:
2323
- cat tests.log || true
24+
cat_exhaustive_tests_log_script:
2425
- cat exhaustive_tests.log || true
26+
cat_valgrind_ctime_test_log_script:
2527
- cat valgrind_ctime_test.log || true
28+
cat_bench_log_script:
2629
- cat bench.log || true
2730
on_failure:
28-
debug_output_script:
31+
cat_config_log_script:
2932
- cat config.log || true
33+
cat_test_env_script:
3034
- cat test_env.log || true
35+
cat_ci_env_script:
3136
- env
3237

3338
merge_base_script_snippet: &MERGE_BASE

0 commit comments

Comments
 (0)