Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Oct 25, 2024
1 parent df8eff5 commit 8a73bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ def runTest( ) {
}
for (int i = 1; i <= ITERATIONS; i++) {
echo "ITERATION: ${i}/${ITERATIONS}"
echo "currentBuild.result: ${currentBuild.result}"
if (env.SPEC.contains('linux') && !(LABEL.contains('ci.agent.dynamic') && CLOUD_PROVIDER == 'azure') && (BUILD_LIST != "external")) {
// Add an additional 10 second timeout due to issue: https://github.com/adoptium/temurin-build/issues/2368#issuecomment-756683888
wrap([$class: 'Xvfb', autoDisplayName: true, timeout:20]) {
Expand All @@ -784,6 +785,7 @@ def runTest( ) {
else {
makeTest("${RUNTEST_CMD}")
}
sleep(time:5,unit:"SECONDS")
}

if (params.CODE_COVERAGE) {
Expand Down

0 comments on commit 8a73bcc

Please sign in to comment.