Skip to content

Commit

Permalink
[v1.22.x] contrib/aws: Increase ci timeout limit
Browse files Browse the repository at this point in the history
Signed-off-by: Shi Jin <sjina@amazon.com>
(cherry picked from commit f61cb8a)
  • Loading branch information
shijin-aws committed Nov 14, 2024
1 parent cf77357 commit f8bf1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ pipeline {
script {
def stages = [:]
// This needs the extra space at the end
// Set 9 hour timeout for all clusters
def addl_args_pr = "--timeout 540 --test-libfabric-pr $env.CHANGE_ID "
// Set 12 hour timeout for all clusters
def addl_args_pr = "--timeout 720 --test-libfabric-pr $env.CHANGE_ID "
// Use lockable resources to limit the number of jobs that can get executed in parallel
def g4dn8x_lock_label = "g4dn8x"
def g4dn12x_lock_label = "g4dn12x"
Expand Down

0 comments on commit f8bf1c6

Please sign in to comment.