-
Notifications
You must be signed in to change notification settings - Fork 15
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
[CI] Update workflow to get the matrix from json file #181
Conversation
Blocked by AdoptOpenJDK/openjdk-api-v3#319 |
@zakkak Are those test failures expected? |
cf01a9d
to
d36f163
Compare
Nope. I forgot to add PS: You were faster than the email notification :D |
108db0b
to
b16df9b
Compare
0c2d938
to
1773083
Compare
@jerboaa this is now finally ready for review, sorry for the early review request. |
1773083
to
35d3cde
Compare
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.
OK with me.
@@ -28,26 +28,22 @@ env: | |||
DB_USER: hibernate_orm_test | |||
DB_PASSWORD: hibernate_orm_test | |||
DB_NAME: hibernate_orm_test | |||
NATIVE_TEST_MAVEN_OPTS: "-B --settings .github/mvn-settings.xml --fail-at-end -Dquarkus.native.additional-build-args=-J-ea -Dtest-postgresql -Dtest-elasticsearch -Delasticsearch.hosts='localhost:9200' -Dtest-keycloak -Dtest-amazon-services -Dtest-db2 -Dtest-mysql -Dtest-mariadb -Dmariadb.base_url='jdbc:mariadb://localhost:3308' -Dmariadb.url='jdbc:mariadb://localhost:3308/hibernate_orm_test' -Dtest-mssql -Dtest-vault -Dtest-neo4j -Dtest-kafka -Dtest-redis -Dnative-image.xmx=5g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs" |
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.
@Karm @jerboaa Please note the removal of -Dquarkus.native.additional-build-args=-J-ea
this means that we no longer test with assertions enabled.
Unfortunately defining this property overrides any possibly existing definitions (e.g. https://github.com/quarkusio/quarkus/blob/20e6bdb1c1abc11a1f4e90b43c429072a66bc9c4/integration-tests/vertx-http/src/main/resources/application.properties#L11) breaking some tests.
Sorry for not mentioning it earlier.
I am going to bring this up to the Quarkus team to see how we could have both :)
No description provided.