Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
2f088b87
Unverified
Commit
2f088b87
authored
Dec 09, 2024
by
Illia Silin
Committed by
GitHub
Dec 09, 2024
Browse files
update CI timeout limits (#1733)
parent
c773cc25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Jenkinsfile
Jenkinsfile
+4
-4
No files found.
Jenkinsfile
View file @
2f088b87
...
...
@@ -377,7 +377,7 @@ def buildHipClangJob(Map conf=[:]){
gitStatusWrapper
(
credentialsId:
"${env.ck_git_creds}"
,
gitHubContext:
"Jenkins - ${variant}"
,
account:
'ROCm'
,
repo:
'composable_kernel'
)
{
withDockerContainer
(
image:
image
,
args:
dockerOpts
+
' -v=/var/jenkins/:/var/jenkins'
)
{
timeout
(
time:
48
,
unit:
'HOURS'
)
timeout
(
time:
20
,
unit:
'HOURS'
)
{
cmake_build
(
conf
)
}
...
...
@@ -449,7 +449,7 @@ def Build_CK(Map conf=[:]){
try
{
(
retimage
,
image
)
=
getDockerImage
(
conf
)
withDockerContainer
(
image:
image
,
args:
dockerOpts
)
{
timeout
(
time:
5
,
unit:
'MINUTES'
){
timeout
(
time:
2
,
unit:
'MINUTES'
){
sh
'rocminfo | tee rocminfo.log'
if
(
!
runShell
(
'grep -n "gfx" rocminfo.log'
)
){
throw
new
Exception
(
"GPU not found"
)
...
...
@@ -465,7 +465,7 @@ def Build_CK(Map conf=[:]){
throw
e
}
withDockerContainer
(
image:
image
,
args:
dockerOpts
+
' -v=/var/jenkins/:/var/jenkins'
)
{
timeout
(
time:
1
2
,
unit:
'HOURS'
)
timeout
(
time:
2
0
,
unit:
'HOURS'
)
{
//check whether to run performance tests on this node
def
arch_type
=
0
...
...
@@ -620,7 +620,7 @@ def process_results(Map conf=[:]){
}
withDockerContainer
(
image:
image
,
args:
dockerOpts
+
' -v=/var/jenkins/:/var/jenkins'
)
{
timeout
(
time:
1
,
unit:
'
HOUR
S'
){
timeout
(
time:
1
5
,
unit:
'
MINUTE
S'
){
try
{
dir
(
"script"
){
if
(
params
.
RUN_CK_TILE_FMHA_TESTS
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment