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 `nvhpc@24.9` pipeline
  • Loading branch information
msimberg authored Nov 11, 2024
2 parents e2959b5 + a2b9a6a commit bd3bdd0
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
- .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 bd3bdd0

Please sign in to comment.