File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 # NOTE: Unit Tests include deprecated REST API v6 (as it has unit tests)
2525 # - surefire.rerunFailingTestsCount => try again for flakey tests, and keep track of/report on number of retries
2626 - type : " Unit Tests"
27- java : 11
27+ java : 17
2828 mvnflags : " -DskipUnitTests=false -Pdspace-rest -Dsurefire.rerunFailingTestsCount=2"
2929 resultsdir : " **/target/surefire-reports/**"
3030 # NOTE: ITs skip all code validation checks, as they are already done by Unit Test job.
3434 # - xml.skip => Skip all XML/XSLT validation by xml-maven-plugin
3535 # - failsafe.rerunFailingTestsCount => try again for flakey tests, and keep track of/report on number of retries
3636 - type : " Integration Tests"
37- java : 11
37+ java : 17
3838 mvnflags : " -DskipIntegrationTests=false -Denforcer.skip=true -Dcheckstyle.skip=true -Dlicense.skip=true -Dxml.skip=true -Dfailsafe.rerunFailingTestsCount=2"
3939 resultsdir : " **/target/failsafe-reports/**"
4040 # Do NOT exit immediately if one matrix job fails
You can’t perform that action at this time.
0 commit comments