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
Commits
99679c5c
Commit
99679c5c
authored
Jul 28, 2022
by
illsilin
Browse files
evaluate when conditions before agent
parent
b073446a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Jenkinsfile
Jenkinsfile
+5
-0
No files found.
Jenkinsfile
View file @
99679c5c
...
@@ -457,6 +457,7 @@ pipeline {
...
@@ -457,6 +457,7 @@ pipeline {
stage
(
"Run Tests: gfx90a"
)
stage
(
"Run Tests: gfx90a"
)
{
{
when
{
when
{
beforeAgent
true
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
}
}
agent
{
label
rocmnode
(
"gfx90a"
)}
agent
{
label
rocmnode
(
"gfx90a"
)}
...
@@ -493,6 +494,7 @@ pipeline {
...
@@ -493,6 +494,7 @@ pipeline {
stage
(
"Run ckProfiler: gfx908"
)
stage
(
"Run ckProfiler: gfx908"
)
{
{
when
{
when
{
beforeAgent
true
expression
{
!
params
.
RUN_FULL_QA
.
toBoolean
()
}
expression
{
!
params
.
RUN_FULL_QA
.
toBoolean
()
}
}
}
agent
{
label
rocmnode
(
"gfx908"
)}
agent
{
label
rocmnode
(
"gfx908"
)}
...
@@ -506,6 +508,7 @@ pipeline {
...
@@ -506,6 +508,7 @@ pipeline {
stage
(
"Run ckProfiler: gfx90a"
)
stage
(
"Run ckProfiler: gfx90a"
)
{
{
when
{
when
{
beforeAgent
true
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
}
}
agent
{
label
rocmnode
(
"gfx90a"
)}
agent
{
label
rocmnode
(
"gfx90a"
)}
...
@@ -524,6 +527,7 @@ pipeline {
...
@@ -524,6 +527,7 @@ pipeline {
{
{
stage
(
"Process results for gfx908"
){
stage
(
"Process results for gfx908"
){
when
{
when
{
beforeAgent
true
expression
{
!
params
.
RUN_FULL_QA
.
toBoolean
()
}
expression
{
!
params
.
RUN_FULL_QA
.
toBoolean
()
}
}
}
agent
{
label
'mici'
}
agent
{
label
'mici'
}
...
@@ -533,6 +537,7 @@ pipeline {
...
@@ -533,6 +537,7 @@ pipeline {
}
}
stage
(
"Process results for gfx90a"
){
stage
(
"Process results for gfx90a"
){
when
{
when
{
beforeAgent
true
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
expression
{
params
.
RUN_FULL_QA
.
toBoolean
()
}
}
}
agent
{
label
'mici'
}
agent
{
label
'mici'
}
...
...
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