From 399ea03f26666d39721a6c0cc247651049b8f161 Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Thu, 9 May 2019 13:10:43 +0200 Subject: [PATCH] debug on Azure CI --- azure-pipelines.yml | 42 ++-------------------------- devtools/maven/pom.xml | 4 +-- integration-tests/camel-core/pom.xml | 1 + 3 files changed, 5 insertions(+), 42 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04e765199f2e9..1920a22b1486b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,43 +33,5 @@ jobs: steps: - - script: docker run --rm --publish 5432:5432 --name build-postgres -e POSTGRES_USER=hibernate_orm_test -e POSTGRES_PASSWORD=hibernate_orm_test -e POSTGRES_DB=hibernate_orm_test -d postgres:10.5 - displayName: 'start postgres' - - - task: Maven@3 - displayName: 'Maven Build' - inputs: - goals: 'install' - options: '-B --settings azure-mvn-settings.xml -Dnative-image.docker-build -Dtest-postgresql -Dtest-elasticsearch -Dnative-image.xmx=6g -Dnative -Dno-format' - -- job: Windows_Build - timeoutInMinutes: 60 - pool: - vmImage: 'vs2017-win2016' - - variables: - imageName: 'quarkus-windows:$(build.buildId)' - - steps: - - - task: Maven@3 - displayName: 'Maven Build' - inputs: - goals: 'install' - options: '-B --settings azure-mvn-settings.xml -Dno-native -Dno-format' - -- job: Build_JDK11_Linux - timeoutInMinutes: 60 - pool: - vmImage: 'Ubuntu 16.04' - - variables: - imageName: 'quarkus-jdk11:$(build.buildId)' - - steps: - - task: Maven@3 - displayName: 'Maven Build' - inputs: - jdkVersionOption: '1.11' - goals: 'install' - options: '-B --settings azure-mvn-settings.xml -Dno-native -Dno-format' + - bash: 'settings=$(pwd)/azure-mvn-settings.xml; mvn clean install -DskipTests -Dinvoker.skip=true -B --settings ${settings} -Dno-format && cd integration-tests/camel-core && mvn clean verify -Dnative -Dnative-image.docker-build -B --settings ${settings} -Dnative-image.xmx=6g -Dno-format; cat target/reports/call_tree_quarkus*' + displayName: 'bash' diff --git a/devtools/maven/pom.xml b/devtools/maven/pom.xml index f76b7df4e4b93..5eb9aa1baa03c 100644 --- a/devtools/maven/pom.xml +++ b/devtools/maven/pom.xml @@ -214,7 +214,7 @@ - + org.apache.maven.plugins diff --git a/integration-tests/camel-core/pom.xml b/integration-tests/camel-core/pom.xml index 163e52c3cd313..467257198a768 100644 --- a/integration-tests/camel-core/pom.xml +++ b/integration-tests/camel-core/pom.xml @@ -157,6 +157,7 @@ ${graalvmHome} false false + -H:+ReportExceptionStackTraces