From 28eccdf80641f71fada0ee4065c8127468162176 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Tue, 2 Mar 2021 00:09:05 +0100 Subject: [PATCH] ci: Split output of logs into multiple sections --- .cirrus.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ce904d3..646518b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,15 +19,20 @@ env: cat_logs_snippet: &CAT_LOGS always: - test_logs_script: + cat_tests_log_script: - cat tests.log || true + cat_exhaustive_tests_log_script: - cat exhaustive_tests.log || true + cat_valgrind_ctime_test_log_script: - cat valgrind_ctime_test.log || true + cat_bench_log_script: - cat bench.log || true on_failure: - debug_output_script: + cat_config_log_script: - cat config.log || true + cat_test_env_script: - cat test_env.log || true + cat_ci_env_script: - env merge_base_script_snippet: &MERGE_BASE