Skip to content

Commit

Permalink
CI: Use new "archive_output = 0" mode
Browse files Browse the repository at this point in the history
Avoid `.tgz`-ing the output files, so we can interact directly
with plotfiles with our benchmark scripts.

Implementation proposed in:
AMReX-Codes/regression_testing#117
  • Loading branch information
ax3l committed Jan 15, 2022
1 parent 375c161 commit 9ad284f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Regression/WarpX-GPU-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ad284f

Please sign in to comment.