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
9efd033b
Unverified
Commit
9efd033b
authored
Aug 18, 2022
by
Illia Silin
Committed by
GitHub
Aug 18, 2022
Browse files
restart the stages on MI200 in case of failures (#366)
* restart the stages on MI200 * fix the docker image storage issue
parent
e00149ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Jenkinsfile
Jenkinsfile
+4
-1
No files found.
Jenkinsfile
View file @
9efd033b
...
@@ -19,7 +19,7 @@ def runShell(String command){
...
@@ -19,7 +19,7 @@ def runShell(String command){
}
}
def
getDockerImageName
(){
def
getDockerImageName
(){
def
img
=
"${env.
MIOPEN
_IMAGE_URL}:composable_kernels_${params.COMPILER_VERSION}"
def
img
=
"${env.
CK
_IMAGE_URL}:composable_kernels_${params.COMPILER_VERSION}"
return
img
return
img
}
}
...
@@ -561,6 +561,7 @@ pipeline {
...
@@ -561,6 +561,7 @@ pipeline {
beforeAgent
true
beforeAgent
true
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
}
}
options
{
retry
(
2
)
}
agent
{
label
rocmnode
(
"gfx90a"
)}
agent
{
label
rocmnode
(
"gfx90a"
)}
environment
{
environment
{
setup_args
=
""" -D CMAKE_CXX_FLAGS="--offload-arch=gfx90a -O3 " -DBUILD_DEV=On """
setup_args
=
""" -D CMAKE_CXX_FLAGS="--offload-arch=gfx90a -O3 " -DBUILD_DEV=On """
...
@@ -602,6 +603,7 @@ pipeline {
...
@@ -602,6 +603,7 @@ pipeline {
beforeAgent
true
beforeAgent
true
expression
{
!
params
.
RUN_FULL_QA
.
toBoolean
()
&&
!
params
.
TEST_NODE_PERFORMANCE
.
toBoolean
()
}
expression
{
!
params
.
RUN_FULL_QA
.
toBoolean
()
&&
!
params
.
TEST_NODE_PERFORMANCE
.
toBoolean
()
}
}
}
options
{
retry
(
2
)
}
agent
{
label
rocmnode
(
"gfx908"
)}
agent
{
label
rocmnode
(
"gfx908"
)}
environment
{
environment
{
setup_args
=
""" -D CMAKE_CXX_FLAGS="--offload-arch=gfx908 -O3 " -DBUILD_DEV=On """
setup_args
=
""" -D CMAKE_CXX_FLAGS="--offload-arch=gfx908 -O3 " -DBUILD_DEV=On """
...
@@ -616,6 +618,7 @@ pipeline {
...
@@ -616,6 +618,7 @@ pipeline {
beforeAgent
true
beforeAgent
true
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
||
params
.
TEST_NODE_PERFORMANCE
.
toBoolean
()
}
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
||
params
.
TEST_NODE_PERFORMANCE
.
toBoolean
()
}
}
}
options
{
retry
(
2
)
}
agent
{
label
rocmnode
(
"gfx90a"
)}
agent
{
label
rocmnode
(
"gfx90a"
)}
environment
{
environment
{
setup_args
=
""" -D CMAKE_CXX_FLAGS="--offload-arch=gfx90a -O3 " -DBUILD_DEV=On """
setup_args
=
""" -D CMAKE_CXX_FLAGS="--offload-arch=gfx90a -O3 " -DBUILD_DEV=On """
...
...
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