Skip to content

Commit

Permalink
add cloud guardword (#10597)
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <yanxuanl@nvidia.com>
  • Loading branch information
YanxuanLiu authored Mar 15, 2024
1 parent 79c2a3b commit 7177c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ git --no-pager diff --name-only HEAD \$BASE -- ${PREMERGE_DOCKERFILE} || true"""
def guardWords = ["gitlab.*?\\.com", "urm.*?\\.com",
"dbc.*?azuredatabricks\\.net", "adb.*?databricks\\.com"]
guardWords.add("nvidia-smi(?s)(.*?)(?=jenkins/version-def.sh)") // hide GPU info
guardWords.add("sc-ipp*") // hide cloud info
githubHelper.uploadParallelLogs(this, env.JOB_NAME, env.BUILD_NUMBER, null, guardWords)

if (currentBuild.currentResult != "ABORTED") { // skip ABORTED result to avoid status overwrite
Expand Down

0 comments on commit 7177c3a

Please sign in to comment.