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 3, 2023
1 parent 0358e16 commit 8a9d8d5
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 MPI_TYPES=["impi", "mpich", "ompi"]
Expand Down Expand Up @@ -368,8 +368,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 @@ -387,7 +387,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 8a9d8d5

Please sign in to comment.