From fb6d067913e794136d967344b99c0fefe3512e1b Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 28 Oct 2019 23:30:12 +0100 Subject: [PATCH] Try to find a better balance in the native builds on CI --- azure-pipelines.yml | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64f9d272e654e..6e1a7ffb8bd1e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: @@ -216,7 +216,7 @@ stages: - jpa-postgresql - jpa-mysql - reactive-mysql-client - name: jpa + name: data_2 postgres: true mysql: true @@ -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 @@ -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 @@ -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: @@ -302,7 +307,7 @@ stages: - jgit - kogito - kubernetes-client - name: misc1 + name: misc_1 - template: ci-templates/native-build-steps.yaml parameters: @@ -311,7 +316,7 @@ stages: - tika - hibernate-validator - test-extension - name: misc2 + name: misc_2 - template: ci-templates/native-build-steps.yaml parameters: @@ -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