Skip to content

Commit

Permalink
Merge pull request #838 from msimberg/cleanup-gcc11-cscs-ci-test-pipe…
Browse files Browse the repository at this point in the history
…line

Remove unnecessary ctest command line arguments from GCC 11 pipeline config
  • Loading branch information
msimberg committed Nov 1, 2023
2 parents 345bed7 + 4797121 commit 07d57d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/includes/gcc11_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ gcc11_debug_test:
- gcc11_debug_build
script:
- spack arch
- spack build-env $spack_spec -- bash -c "ctest --label-exclude COMPILE_ONLY --test-dir ${BUILD_DIR} -j$(nproc) --timeout 120 --output-on-failure --no-compress-output --no-tests=error -R tests --exclude-regex tests.unit.build"
- spack build-env $spack_spec -- bash -c "ctest --label-exclude COMPILE_ONLY --test-dir ${BUILD_DIR} -j$(nproc) --timeout 120 --output-on-failure --no-compress-output --no-tests=error"
image: $PERSIST_IMAGE_NAME

0 comments on commit 07d57d4

Please sign in to comment.