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 2017/06/30 12:13:29 UTC

[1/2] syncope git commit: Attempt to reduce overall Travis CI build time

Repository: syncope
Updated Branches:
  refs/heads/2_0_X a4166f984 -> cfbe3d977
  refs/heads/master 152f18b8e -> 9af12648e


Attempt to reduce overall Travis CI build time


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/cfbe3d97
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/cfbe3d97
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/cfbe3d97

Branch: refs/heads/2_0_X
Commit: cfbe3d977ec7714666c0eefe517bc19826020b15
Parents: a4166f9
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jun 30 14:13:05 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jun 30 14:13:05 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/cfbe3d97/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index df57128..17183d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,12 +24,14 @@ before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
 install: travis_wait mvn --show-version --quiet -P all,skipTests
+before_script:
+  - cd fit/core-reference
 script:
-  #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
-  - mvn --show-version clean install -Dinvoker.streamLogs=true
+  # invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
+  - mvn --show-version clean verify -Dinvoker.streamLogs=true
 after_failure:
-  - cat fit/core-reference/target/log/*
-  - cat fit/core/reference/target/failsafe-reports/org.apache.syncope.fit.*-output.txt
+  - cat target/log/*
+  - cat target/failsafe-reports/org.apache.syncope.fit.*-output.txt
 notifications:
   email:
     - dev@syncope.apache.org


[2/2] syncope git commit: Attempt to reduce overall Travis CI build time

Posted by il...@apache.org.
Attempt to reduce overall Travis CI build time


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9af12648
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9af12648
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9af12648

Branch: refs/heads/master
Commit: 9af12648e41dfa07a735f5a5879185f9c7382380
Parents: 152f18b
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jun 30 14:13:05 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jun 30 14:13:16 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9af12648/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 225fee8..f3e80d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,12 +28,14 @@ before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
 install: travis_wait mvn --show-version --quiet -P all,skipTests
+before_script:
+  - cd fit/core-reference
 script:
-  #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
-  - mvn --show-version clean install -Dinvoker.streamLogs=true
+  # invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
+  - mvn --show-version clean verify -Dinvoker.streamLogs=true
 after_failure:
-  - cat fit/core-reference/target/log/*
-  - cat fit/core/reference/target/failsafe-reports/org.apache.syncope.fit.*-output.txt
+  - cat target/log/*
+  - cat target/failsafe-reports/org.apache.syncope.fit.*-output.txt
 notifications:
   email:
     - dev@syncope.apache.org