Commit 71fdde1a authored by Paul's avatar Paul
Browse files

Use withEnv

parent 584b55b9
......@@ -20,8 +20,7 @@ def rocmtestnode(variant, name, body) {
}
}
node(name) {
env.HSA_ENABLE_SDMA=0
env.MIOPEN_DEBUG_GCN_ASM_KERNELS=0
withEnv(['HSA_ENABLE_SDMA=0', 'MIOPEN_DEBUG_GCN_ASM_KERNELS=0']) {
stage("checkout ${variant}") {
checkout scm
}
......@@ -39,6 +38,7 @@ def rocmtestnode(variant, name, body) {
}
}
}
}
}
@NonCPS
def rocmtest(m) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment