CI: decrease precheckin and extended test timeouts (#675)

이 커밋은 다음에 포함됨:
Eiden Yoshida
2023-01-21 19:32:21 -07:00
커밋한 사람 GitHub
부모 a0dd8e0b84
커밋 513bc6912a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
+1 -1
파일 보기
@@ -15,7 +15,7 @@ def runCI =
def prj = new rocProject('rccl', 'Extended')
prj.timeout.test = 1440
prj.timeout.test = 600
prj.paths.build_command = './install.sh -t '
// Define test architectures, optional rocm version argument is available
+1 -1
파일 보기
@@ -15,7 +15,7 @@ def runCI =
def prj = new rocProject('rccl', 'PreCheckin')
prj.timeout.test = 1440
prj.timeout.test = 300
prj.paths.build_command = './install.sh -t '
// Define test architectures, optional rocm version argument is available