Extend test stage timeout to 24 hours (#408)

[ROCm/rccl commit: 56801656f3]
This commit is contained in:
Eiden Yoshida
2021-07-26 15:29:21 -06:00
committed by GitHub
vanhempi 4efbbec091
commit 3d382b5ba3
3 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
@@ -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