Skip to content
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: Rebalance native-test groups in CI-matrix #16585

Merged
merged 1 commit into from
Apr 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Data4",
"Data5",
"Data6",
"Data7",
"Security1",
"Security2",
"Security3",
Expand Down Expand Up @@ -36,7 +37,7 @@
{
"category": "Data2",
"timeout": 65,
"test-modules": "jpa jpa-mysql jpa-db2 reactive-mysql-client reactive-db2-client hibernate-reactive-db2 hibernate-reactive-mysql"
"test-modules": "jpa jpa-mysql jpa-db2"
},
{
"category": "Data3",
Expand All @@ -58,6 +59,11 @@
"timeout": 50,
"test-modules": "elasticsearch-rest-client elasticsearch-rest-high-level-client hibernate-search-orm-elasticsearch hibernate-reactive-panache"
},
{
"category": "Data7",
"timeout": 65,
"test-modules": "reactive-mysql-client reactive-db2-client hibernate-reactive-db2 hibernate-reactive-mysql"
},
{
"category": "Amazon",
"timeout": 45,
Expand All @@ -81,12 +87,12 @@
{
"category": "Security2",
"timeout": 70,
"test-modules": "oidc oidc-code-flow oidc-tenancy keycloak-authorization oidc-client oidc-token-propagation smallrye-jwt-token-propagation oidc-wiremock oidc-client-wiremock"
"test-modules": "oidc oidc-code-flow oidc-tenancy oidc-client oidc-token-propagation oidc-wiremock oidc-client-wiremock"
},
{
"category": "Security3",
"timeout": 50,
"test-modules": "vault vault-app vault-agroal"
"test-modules": "vault vault-app vault-agroal keycloak-authorization smallrye-jwt-token-propagation"
},
{
"category": "Cache",
Expand All @@ -111,12 +117,12 @@
{
"category": "Misc3",
"timeout": 65,
"test-modules": "kubernetes-client openshift-client"
"test-modules": "kubernetes-client openshift-client smallrye-config smallrye-graphql smallrye-metrics "
},
{
"category": "Misc4",
"timeout": 65,
"test-modules": "smallrye-config smallrye-graphql picocli-native gradle micrometer-mp-metrics micrometer-prometheus smallrye-metrics logging-json jaxp opentelemetry"
"test-modules": "picocli-native gradle micrometer-mp-metrics micrometer-prometheus logging-json jaxp opentelemetry"
},
{
"category": "Spring",
Expand Down