Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aingerson committed Oct 4, 2023
1 parent a9df7b9 commit 7f75e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import groovy.transform.Field
properties([disableConcurrentBuilds(abortPrevious: true)])
@Field def DO_RUN=true
@Field def TARGET="main"
@Field def SCRIPT_LOCATION="py_scripts/contrib/intel/jenkins"
@Field def SCRIPT_LOCATION="contrib/intel/jenkins"
@Field def RELEASE=false
@Field def BUILD_MODES=["reg", "dbg", "dl"]
@Field def PYTHON_VERSION="3.9"
Expand Down Expand Up @@ -356,8 +356,8 @@ pipeline {
gather_logs("${env.ZE_ADDR}", "${env.ZE_KEY}", "${env.LOG_DIR}",
"${env.LOG_DIR}")

summarize("all", verbose=false, release=RELEASE,
send_mail=env.WEEKLY.toBoolean())
summarize("all", verbose=false, release=false,
send_mail=false)
if (RELEASE) {
save_summary()
}
Expand All @@ -375,7 +375,7 @@ pipeline {
success {
script {
summarize("all", verbose=true, release=false,
send_mail=env.WEEKLY.toBoolean())
send_mail=false)
}
}
aborted {
Expand Down

0 comments on commit 7f75e15

Please sign in to comment.