Skip to content

Commit

Permalink
Test failure case
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanga5 committed Jul 27, 2021
1 parent f15e247 commit 00220fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ pipeline {

container('gpu') {
timeout(time: 4, unit: 'HOURS') {
sh "sleep 60"
sh "exit 1"
sh "RUN_UT_ONLY=yes $PREMERGE_SCRIPT"
}
}
Expand Down

0 comments on commit 00220fc

Please sign in to comment.