Skip to content

Commit

Permalink
[CI] 3rd fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
atamazov committed Sep 17, 2021
1 parent 5a6ab2d commit a062e5f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ pipeline {
Full_test = " -DMIOPEN_TEST_ALL=On"
Tensile_build_env = "MIOPEN_DEBUG_HIP_KERNELS=0 "
Tensile_setup = " -DMIOPEN_TEST_MIOTENSILE=ON -DMIOPEN_USE_MIOPENTENSILE=ON -DMIOPEN_USE_ROCBLAS=OFF"
Smoke_targets = "check doc MIOpenDriver"
MLIR_flags = "-DMIOPEN_USE_MLIR=On"
}
stages{
stage("Static checks") {
Expand Down Expand Up @@ -354,9 +356,6 @@ pipeline {
when {
expression { params.SMOKE_FP32_AUX1 }
}
environent{
Smoke_targets = "check doc MIOpenDriver"
}
parallel{
stage('Fp32 OpenCL Debug + Codecov') {
when {
Expand Down Expand Up @@ -548,9 +547,6 @@ pipeline {
when {
expression { params.SMOKE_MLIR }
}
environment {
MLIR_flags = "-DMIOPEN_USE_MLIR=On"
}
parallel{
stage('Fp32 Hip MLIR') {
when {
Expand Down Expand Up @@ -598,9 +594,6 @@ pipeline {
when {
expression { params.SMOKE_FP16_BF16_INT8 }
}
environment{
Smoke_targets = "check doc MIOpenDriver"
}
parallel{
stage('Fp16 OpenCL Vega20') {
when {
Expand Down

0 comments on commit a062e5f

Please sign in to comment.