Extend test stage timeout to 24 hours (#408)
[ROCm/rccl commit: 56801656f3]
This commit is contained in:
@@ -14,6 +14,8 @@ def runCI =
|
||||
nodeDetails, jobName->
|
||||
|
||||
def prj = new rocProject('rccl', 'Extended')
|
||||
|
||||
prj.timeout.test = 1440
|
||||
prj.paths.build_command = './install.sh -t '
|
||||
|
||||
// Define test architectures, optional rocm version argument is available
|
||||
|
||||
@@ -14,6 +14,8 @@ def runCI =
|
||||
nodeDetails, jobName->
|
||||
|
||||
def prj = new rocProject('rccl', 'PreCheckin')
|
||||
|
||||
prj.timeout.test = 1440
|
||||
prj.paths.build_command = './install.sh -t '
|
||||
|
||||
// Define test architectures, optional rocm version argument is available
|
||||
|
||||
@@ -9,9 +9,10 @@ def runCI =
|
||||
nodeDetails, jobName->
|
||||
|
||||
def prj = new rocProject('rccl', 'Static Library PreCheckin')
|
||||
|
||||
prj.timeout.test = 1440
|
||||
prj.paths.build_command = './install.sh -t --static'
|
||||
|
||||
|
||||
def nodes = new dockerNodes(nodeDetails, jobName, prj)
|
||||
|
||||
def commonGroovy
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user