-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faster build when using -DskipTests #731
Conversation
Remote dev tests are failing |
skip tests is used in https://github.com/quarkus-qe/quarkus-test-framework/blob/main/quarkus-test-core/src/main/java/io/quarkus/test/services/quarkus/RemoteDevModeQuarkusApplicationManagedResourceBuilder.java#L72 thus the app is not build in that scenario :/ |
f8107bb
to
3ccc544
Compare
run tests |
3ccc544
to
a3ea7e5
Compare
run tests |
a3ea7e5
to
46c4bbd
Compare
Rebased after #735 merge |
run tests |
OCP failed in JVM mode on ISPN test which was green in the run before the rebase to pull in update of Apicurio to get rid of the marshaling issues with the latest Quarkus main (unrelated to the ISPN test). Triggered OCP JVM run again, but imho good to merge @mjurc |
46c4bbd
to
e8484e1
Compare
Rebased because of the conflict in pom.xml after latest merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Faster build when using -DskipTests
BEFORE: 1:35 min
AFTER: 0:42 min
Please check the relevant options
run tests
phrase in comment)Checklist: