Skip to content

Commit

Permalink
Increase the timeout for the hip pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Nov 20, 2023
1 parent 9aa243c commit c6f34fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/includes/hip_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ include:

gcc12_hip5_spack_image:
stage: spack_configs
timeout: 2 hours
needs: [base_spack_image]
extends:
- .container-builder
Expand All @@ -41,6 +42,7 @@ gcc12_hip5_spack_image:

gcc12_hip5_debug_build:
stage: build
timeout: 2 hours
extends:
- .container-builder
- .variables_gcc12_hip5_config
Expand Down

0 comments on commit c6f34fc

Please sign in to comment.