Skip to content

Commit

Permalink
Merge pull request #1324 from aurianer/add_tests_nvhpc_24_9_pipeline
Browse files Browse the repository at this point in the history
Add tests step in the `[email protected]` pipeline
  • Loading branch information
msimberg authored Nov 13, 2024
2 parents 640c5f9 + 66c298c commit a3ea244
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/includes/common_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ variables:
extends:
- .container-runner-clariden-mi200
- .test_common

.test_common_todi:
extends:
- .container-runner-todi-gh200
- .test_common
15 changes: 15 additions & 0 deletions .gitlab/includes/nvhpc24_9_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,18 @@ nvhpc24_9_build:
extends:
- .variables_nvhpc24_9_config
- .build_template_santis

.nvhpc24_9_test_common:
needs: [nvhpc24_9_build]
extends:
- .variables_nvhpc24_9_config
- .test_common_todi
- .test_template

nvhpc24_9_test_release:
extends: [.nvhpc24_9_test_common]
image: $PERSIST_IMAGE_NAME_RELEASE

nvhpc24_9_test_debug:
extends: [.nvhpc24_9_test_common]
image: $PERSIST_IMAGE_NAME_DEBUG

0 comments on commit a3ea244

Please sign in to comment.