Skip to content

Commit

Permalink
Merge pull request #1343 from msimberg/nvhpc-allow-failure
Browse files Browse the repository at this point in the history
Allow CI failures on nvhpc 24.9 pipeline
  • Loading branch information
msimberg authored Nov 19, 2024
2 parents df862d7 + 999294f commit f1041b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/includes/nvhpc24_9_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,19 @@ nvhpc24_9_spack_compiler_image:
extends:
- .variables_nvhpc24_9_config
- .compiler_image_template_santis
allow_failure: true

nvhpc24_9_spack_image:
needs: [nvhpc24_9_spack_compiler_image]
extends:
- .variables_nvhpc24_9_config
- .dependencies_image_template_santis
allow_failure: true

nvhpc24_9_build:
timeout: 2 hours
needs: [nvhpc24_9_spack_image]
extends:
- .variables_nvhpc24_9_config
- .build_template_santis
allow_failure: true

0 comments on commit f1041b1

Please sign in to comment.