Skip to content

Commit

Permalink
Merge pull request #11858 from NVIDIA/branch-24.12
Browse files Browse the repository at this point in the history
[auto-merge] branch-24.12 to branch-25.02 [skip ci] [bot]
  • Loading branch information
nvauto authored Dec 11, 2024
2 parents 4515406 + 81b0b98 commit e22a7ca
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 @@ -192,7 +192,7 @@ git --no-pager diff --name-only HEAD \$BASE -- ${PREMERGE_DOCKERFILE} || true"""
steps {
script {
container('gpu') {
timeout(time: 4, unit: 'HOURS') { // step only timeout for test run
timeout(time: 6, unit: 'HOURS') { // step only timeout for test run
try {
sh "$PREMERGE_SCRIPT mvn_verify"
step([$class : 'JacocoPublisher',
Expand Down Expand Up @@ -230,7 +230,7 @@ git --no-pager diff --name-only HEAD \$BASE -- ${PREMERGE_DOCKERFILE} || true"""
script {
unstash "source_tree"
container('gpu') {
timeout(time: 4, unit: 'HOURS') {
timeout(time: 6, unit: 'HOURS') {
try {
sh "$PREMERGE_SCRIPT ci_2"
} finally {
Expand Down Expand Up @@ -262,7 +262,7 @@ git --no-pager diff --name-only HEAD \$BASE -- ${PREMERGE_DOCKERFILE} || true"""
script {
unstash "source_tree"
container('gpu') {
timeout(time: 4, unit: 'HOURS') {
timeout(time: 6, unit: 'HOURS') {
try {
sh "$PREMERGE_SCRIPT ci_scala213"
} finally {
Expand Down

0 comments on commit e22a7ca

Please sign in to comment.