Skip to content

Commit

Permalink
add more guard words
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanga5 committed Jul 20, 2021
1 parent 60b4830 commit 17816d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ pipeline {
} else {
// upload log only in case of build failure
def guardWords = ["gitlab.*?\\.com", "urm.*?\\.com"]

// hide GPU info
guardWords.add("nvidia-smi(?s)(.*?)(?=jenkins/version-def.sh)")

def logPattern = "### BEGIN OF TEST LOG ###.*### END OF TEST LOG ###"

// githubHelper.uploadPartialLogs(this, env.JOB_NAME, env.BUILD_NUMBER, null, guardWords, logPattern)
Expand Down

0 comments on commit 17816d7

Please sign in to comment.