From 0109df0ef6eec94fbd9cfb9182e3fcf1e04dc592 Mon Sep 17 00:00:00 2001 From: Tim Liu Date: Sun, 7 Apr 2024 22:18:17 +0800 Subject: [PATCH] For test only, please revert me later Signed-off-by: Tim Liu --- jenkins/Jenkinsfile-blossom.premerge | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/Jenkinsfile-blossom.premerge b/jenkins/Jenkinsfile-blossom.premerge index e7bb8af2cdd0..697cdbc04817 100755 --- a/jenkins/Jenkinsfile-blossom.premerge +++ b/jenkins/Jenkinsfile-blossom.premerge @@ -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/', @@ -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) @@ -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)