Skip to content
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
32 changes: 19 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ stages:
- jpa-mariadb
- jpa-mssql
- jpa-derby
name: jpa_db
name: data_1

- template: ci-templates/native-build-steps.yaml
parameters:
Expand All @@ -216,7 +216,7 @@ stages:
- jpa-postgresql
- jpa-mysql
- reactive-mysql-client
name: jpa
name: data_2
postgres: true
mysql: true

Expand All @@ -241,17 +241,24 @@ stages:

- template: ci-templates/native-build-steps.yaml
parameters:
timeoutInMinutes: 35
timeoutInMinutes: 20
modules:
- elytron-security-oauth2
- elytron-security
- elytron-security-jdbc
- elytron-undertow
name: security_1
keycloak: true

- template: ci-templates/native-build-steps.yaml
parameters:
timeoutInMinutes: 20
modules:
- elytron-resteasy
- oidc
- vault-app
- keycloak-authorization
name: security
name: security_2
keycloak: true

- template: ci-templates/native-build-steps.yaml
Expand All @@ -261,7 +268,7 @@ stages:
- flyway
- hibernate-orm-panache
- reactive-pg-client
name: database
name: data_3
postgres: true

- template: ci-templates/native-build-steps.yaml
Expand All @@ -271,9 +278,7 @@ stages:
- mongodb-client
- mongodb-panache
- neo4j
- narayana-stm
- narayana-jta
name: data
name: data_4

- template: ci-templates/native-build-steps.yaml
parameters:
Expand Down Expand Up @@ -302,7 +307,7 @@ stages:
- jgit
- kogito
- kubernetes-client
name: misc1
name: misc_1

- template: ci-templates/native-build-steps.yaml
parameters:
Expand All @@ -311,7 +316,7 @@ stages:
- tika
- hibernate-validator
- test-extension
name: misc2
name: misc_2

- template: ci-templates/native-build-steps.yaml
parameters:
Expand All @@ -322,10 +327,11 @@ stages:
- spring-data-jpa
name: spring


- template: ci-templates/native-build-steps.yaml
parameters:
timeoutInMinutes: 15
timeoutInMinutes: 25
modules:
- hibernate-search-elasticsearch
name: hibernate_search_elasticsearch
- narayana-stm
- narayana-jta
name: data_5