From ed07e4f5f56ad8ded3d82135612cf2a22b61221e Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-braunschweig.de> Date: Tue, 13 Jun 2023 10:01:25 +0200 Subject: [PATCH] Add slurm output as artifacts of regression tests --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cf3e6a64..18215f43d 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -295,6 +295,9 @@ regression_test_4gpu: - fieldcompare dir output/4GPU test_data/regression_tests/gpu/DrivenCavity_4GPU_2Levels --include-files "DrivenCavityMultiGPU*.vtu" - fieldcompare dir output/4GPU test_data/regression_tests/gpu/SphereScaling_4GPU_2Levels --include-files "SphereScaling*.vtu" + artifacts: + paths: + - output/4GPU/slurm4GPU.out ############################################################################### regression_test_8gpu: image: python:latest @@ -318,6 +321,9 @@ regression_test_8gpu: - cd .. - fieldcompare dir output/8GPU test_data/regression_tests/gpu/DrivenCavity_8GPU_2Levels --include-files "DrivenCavityMultiGPU*.vtu" - fieldcompare dir output/8GPU test_data/regression_tests/gpu/SphereScaling_8GPU_2Levels --include-files "SphereScaling*.vtu" + artifacts: + paths: + - output/8GPU/slurm8GPU.out ############################################################################### ## Benchmark ## ############################################################################### -- GitLab