You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/05/19 15:22:03 UTC

[syncope] branch master updated: Enabling YAML-based IT run (#190)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 085a006  Enabling YAML-based IT run (#190)
085a006 is described below

commit 085a0060960a567dd0369f063cb25004be3ad388
Author: Francesco Chicchiriccò <il...@users.noreply.github.com>
AuthorDate: Tue May 19 17:21:52 2020 +0200

    Enabling YAML-based IT run (#190)
---
 .travis.yml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9aa984e..4a58937 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,40 +81,40 @@ jobs:
       script: mvn -f core/persistence-jpa-json/pom.xml -P mysql -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Dsass.skip=true
       ######################################################
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / H2 / JSON Content-Type"
+      name: "Integration Tests: Tomcat / H2 / JSON Content-Type"
       script: mvn -f fit/core-reference/pom.xml verify -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
       #- stage: fit
-      #name: "Full Integration Tests: Apache Tomcat / H2 / XML Content-Type"
+      #name: "Integration Tests: Tomcat / H2 / XML Content-Type"
       #script: mvn -f fit/core-reference/pom.xml verify -Djaxrs.content.type=application/xml -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
-      #- stage: fit
-      #name: "Full Integration Tests: Apache Tomcat / H2 / YAML Content-Type"
-      #script: mvn -f fit/core-reference/pom.xml verify -Djaxrs.content.type=application/yaml -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Wildfly / H2 / JSON Content-Type"
+      name: "Integration Tests: Tomcat / H2 / YAML Content-Type"
+      script: mvn -f fit/core-reference/pom.xml verify -Djaxrs.content.type=application/yaml -Dit.test=org.apache.syncope.fit.core.*ITCase -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
+    - stage: fit
+      name: "Integration Tests: Wildfly / H2 / JSON Content-Type"
       script: mvn -f fit/core-reference/pom.xml -P wildfly-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
       #- stage: fit
-      #name: "Full Integration Tests: Payara / H2 / JSON Content-Type"
+      #name: "Integration Tests: Payara / H2 / JSON Content-Type"
       #script: mvn -f fit/core-reference/pom.xml -P payara-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / PostgreSQL / JSON Content-Type"
+      name: "Integration Tests: Tomcat / PostgreSQL / JSON Content-Type"
       script: mvn -f fit/core-reference/pom.xml -P postgres-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / PostgreSQL (JSONB) / JSON Content-Type"
+      name: "Integration Tests: Tomcat / PostgreSQL (JSONB) / JSON Content-Type"
       script: mvn -f fit/core-reference/pom.xml -P pgjsonb-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / MySQL / JSON Content-Type"
+      name: "Integration Tests: Tomcat / MySQL / JSON Content-Type"
       script: mvn -f fit/core-reference/pom.xml -P mysql-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / MySQL (JSON) / JSON Content-Type"
+      name: "Integration Tests: Tomcat / MySQL (JSON) / JSON Content-Type"
       script: mvn -f fit/core-reference/pom.xml -P myjson-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / MariaDB / JSON Content-Type"
+      name: "Integration Tests: Tomcat / MariaDB / JSON Content-Type"
       script: mvn -f fit/core-reference/pom.xml -P mariadb-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / H2 / JSON Content-Type + Elasticsearch"
+      name: "Integration Tests: Tomcat / H2 / JSON Content-Type + Elasticsearch"
       script: mvn -f fit/core-reference/pom.xml -P elasticsearch-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
     - stage: fit
-      name: "Full Integration Tests: Apache Tomcat / H2 / JSON Content-Type + Zookeeper"
+      name: "Integration Tests: Tomcat / H2 / JSON Content-Type + Zookeeper"
       script: mvn -f fit/core-reference/pom.xml -P zookeeper-it -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
       after_failure:
        - cat fit/core-reference/target/log/*