-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use json file to define native-tests matrix
- Loading branch information
Showing
3 changed files
with
157 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
{ | ||
"category": [ | ||
"Main", | ||
"Data1", | ||
"Data2", | ||
"Data3", | ||
"Data4", | ||
"Data5", | ||
"Data6", | ||
"Security1", | ||
"Security2", | ||
"Security3", | ||
"Amazon", | ||
"Messaging", | ||
"Cache", | ||
"HTTP", | ||
"Misc1", | ||
"Misc2", | ||
"Misc3", | ||
"Misc4", | ||
"Spring", | ||
"gRPC" | ||
], | ||
"include": [ | ||
{ | ||
"category": "Main", | ||
"postgres": "true", | ||
"timeout": 40, | ||
"test-modules": "main" | ||
}, | ||
{ | ||
"category": "Data1", | ||
"mariadb": "true", | ||
"mssql": "true", | ||
"timeout": 65, | ||
"test-modules": "jpa-h2 jpa-mariadb jpa-mssql jpa-derby jpa-without-entity hibernate-tenancy" | ||
}, | ||
{ | ||
"category": "Data2", | ||
"db2": "true", | ||
"mysql": "true", | ||
"mariadb": "true", | ||
"timeout": 65, | ||
"test-modules": "jpa jpa-mysql jpa-db2 reactive-mysql-client reactive-db2-client hibernate-reactive-db2 hibernate-reactive-mysql" | ||
}, | ||
{ | ||
"category": "Data3", | ||
"postgres": "true", | ||
"timeout": 70, | ||
"test-modules": "flyway hibernate-orm-panache hibernate-orm-panache-kotlin hibernate-orm-envers liquibase" | ||
}, | ||
{ | ||
"category": "Data4", | ||
"neo4j": "true", | ||
"redis": "true", | ||
"timeout": 55, | ||
"test-modules": "mongodb-client mongodb-panache redis-client neo4j hibernate-orm-rest-data-panache" | ||
}, | ||
{ | ||
"category": "Data5", | ||
"postgres": "true", | ||
"timeout": 65, | ||
"test-modules": "jpa-postgresql narayana-stm narayana-jta reactive-pg-client hibernate-reactive-postgresql" | ||
}, | ||
{ | ||
"category": "Data6", | ||
"postgres": "true", | ||
"elasticsearch": "true", | ||
"timeout": 40, | ||
"test-modules": "elasticsearch-rest-client elasticsearch-rest-high-level-client hibernate-search-orm-elasticsearch" | ||
}, | ||
{ | ||
"category": "Amazon", | ||
"amazonServices": "true", | ||
"timeout": 45, | ||
"test-modules": "amazon-services amazon-lambda amazon-lambda-http" | ||
}, | ||
{ | ||
"category": "Messaging", | ||
"timeout": 85, | ||
"test-modules": "artemis-core artemis-jms kafka kafka-streams reactive-messaging-amqp reactive-messaging-kafka" | ||
}, | ||
{ | ||
"category": "Security1", | ||
"timeout": 50, | ||
"keycloak": "true", | ||
"test-modules": "elytron-security-oauth2 elytron-security elytron-security-jdbc elytron-undertow elytron-security-ldap" | ||
}, | ||
{ | ||
"category": "Security2", | ||
"timeout": 70, | ||
"keycloak": "true", | ||
"test-modules": "oidc oidc-code-flow oidc-tenancy keycloak-authorization oidc-wiremock" | ||
}, | ||
{ | ||
"category": "Security3", | ||
"timeout": 50, | ||
"test-modules": "vault vault-app vault-agroal" | ||
}, | ||
{ | ||
"category": "Cache", | ||
"timeout": 55, | ||
"test-modules": "infinispan-cache-jpa infinispan-client cache" | ||
}, | ||
{ | ||
"category": "HTTP", | ||
"timeout": 60, | ||
"test-modules": "elytron-resteasy resteasy-jackson resteasy-mutiny vertx vertx-http vertx-web vertx-graphql virtual-http rest-client" | ||
}, | ||
{ | ||
"category": "Misc1", | ||
"timeout": 65, | ||
"test-modules": "maven jackson jsonb jsch jgit quartz qute consul-config" | ||
}, | ||
{ | ||
"category": "Misc2", | ||
"timeout": 65, | ||
"test-modules": "tika hibernate-validator test-extension logging-gelf bootstrap-config mailer" | ||
}, | ||
{ | ||
"category": "Misc3", | ||
"timeout": 65, | ||
"test-modules": "kubernetes-client openshift-client" | ||
}, | ||
{ | ||
"category": "Misc4", | ||
"timeout": 65, | ||
"test-modules": "smallrye-config smallrye-graphql picocli-native gradle micrometer-mp-metrics micrometer-native micrometer-prometheus smallrye-metrics logging-json jaxp" | ||
}, | ||
{ | ||
"category": "Spring", | ||
"timeout": 50, | ||
"test-modules": "spring-di spring-web spring-data-jpa spring-boot-properties spring-cloud-config-client" | ||
}, | ||
{ | ||
"category": "gRPC", | ||
"timeout": 65, | ||
"test-modules": "grpc-health grpc-interceptors grpc-mutual-auth grpc-plain-text grpc-plain-text-mutiny grpc-proto-v2 grpc-streaming grpc-tls" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters