Enable --fast (#774)

Este commit está contenido en:
Bertan Dogancay
2023-06-13 13:40:40 -06:00
cometido por GitHub
padre 9cdac774ea
commit b89c5e0632
+1 -1
Ver fichero
@@ -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)