Enable --fast (#774)

[ROCm/rccl commit: b89c5e0632]
This commit is contained in:
Bertan Dogancay
2023-06-13 13:40:40 -06:00
committed by GitHub
parent 8438fd9e42
commit 3041d86342
+1 -1
View File
@@ -18,7 +18,7 @@ def runCI =
def prj = new rocProject('rccl', 'PreCheckin')
prj.timeout.test = 300
prj.paths.build_command = './install.sh -t '
prj.paths.build_command = './install.sh -t --fast'
// Define test architectures, optional rocm version argument is available
def nodes = new dockerNodes(nodeDetails, jobName, prj)