From 9ad284fbeecb4f79d9f4cc309ab4df06abc6c6d2 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 14 Jan 2022 17:06:23 -0800 Subject: [PATCH] CI: Use new "archive_output = 0" mode Avoid `.tgz`-ing the output files, so we can interact directly with plotfiles with our benchmark scripts. Implementation proposed in: https://github.com/AMReX-Codes/regression_testing/pull/117 --- Regression/WarpX-GPU-tests.ini | 1 + Regression/WarpX-tests.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/Regression/WarpX-GPU-tests.ini b/Regression/WarpX-GPU-tests.ini index e8e9e7531e3..1ababd4f3f4 100644 --- a/Regression/WarpX-GPU-tests.ini +++ b/Regression/WarpX-GPU-tests.ini @@ -17,6 +17,7 @@ suiteName = WarpX-GPU COMP = g++ add_to_c_make_command = TEST=TRUE USE_ASSERTION=TRUE WarpxBinDir= +archive_output = 0 purge_output = 1 MAKE = make diff --git a/Regression/WarpX-tests.ini b/Regression/WarpX-tests.ini index 75a506eb852..4870090717a 100644 --- a/Regression/WarpX-tests.ini +++ b/Regression/WarpX-tests.ini @@ -14,6 +14,7 @@ sourceTree = C_Src # suiteName is the name prepended to all output directories suiteName = WarpX +archive_output = 0 purge_output = 1 useCmake = 1