Skip to content

Commit

Permalink
Allow CI failures on nvhpc 24.9 pipeline
Browse files Browse the repository at this point in the history
CI runner is still too unreliable, so allowing failures for now.
  • Loading branch information
msimberg committed Nov 19, 2024
1 parent df862d7 commit 999294f
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 999294f

Please sign in to comment.