Skip to content

Commit

Permalink
For test only, please revert me later
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Liu <timl@nvidia.com>
  • Loading branch information
NvTimLiu committed Apr 7, 2024
1 parent 3a27a0d commit 0109df0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ git --no-pager diff --name-only HEAD \$BASE -- ${PREMERGE_DOCKERFILE} || true"""
container('gpu') {
timeout(time: 4, unit: 'HOURS') { // step only timeout for test run
try {
sh "$PREMERGE_SCRIPT mvn_verify"
echo "$PREMERGE_SCRIPT mvn_verify"
step([$class : 'JacocoPublisher',
execPattern : '**/target/jacoco.exec',
classPattern : 'target/jacoco_classes/',
Expand Down Expand Up @@ -229,7 +229,7 @@ git --no-pager diff --name-only HEAD \$BASE -- ${PREMERGE_DOCKERFILE} || true"""
container('gpu') {
timeout(time: 4, unit: 'HOURS') {
try {
sh "$PREMERGE_SCRIPT ci_2"
echo "$PREMERGE_SCRIPT ci_2"
} finally {
common.publishPytestResult(this, "${STAGE_NAME}")
common.printJVMCoreDumps(this)
Expand Down Expand Up @@ -261,7 +261,7 @@ git --no-pager diff --name-only HEAD \$BASE -- ${PREMERGE_DOCKERFILE} || true"""
container('gpu') {
timeout(time: 4, unit: 'HOURS') {
try {
sh "$PREMERGE_SCRIPT ci_scala213"
echo "$PREMERGE_SCRIPT ci_scala213"
} finally {
common.publishPytestResult(this, "${STAGE_NAME}")
common.printJVMCoreDumps(this)
Expand Down

0 comments on commit 0109df0

Please # to comment.