You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/12/28 16:29:41 UTC

svn commit: r1776303 - /qpid/java/trunk/.travis.yml

Author: kwall
Date: Wed Dec 28 16:29:40 2016
New Revision: 1776303

URL: http://svn.apache.org/viewvc?rev=1776303&view=rev
Log:
NO-JIRA: [Travis CI] Apply apache-ci.test.overridden.properties to test runs to reduce resource consumption

Modified:
    qpid/java/trunk/.travis.yml

Modified: qpid/java/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/.travis.yml?rev=1776303&r1=1776302&r2=1776303&view=diff
==============================================================================
--- qpid/java/trunk/.travis.yml (original)
+++ qpid/java/trunk/.travis.yml Wed Dec 28 16:29:40 2016
@@ -7,4 +7,4 @@ env:
   - profile="java-mms.1-0" phase="verify" pl="-pl systests"
   - profile="java-mms.0-10" phase="verify" pl="-pl systests"
   - profile="java-mms.0-9" phase="verify" pl="-pl systests"
-script: "mvn ${phase} -P${profile} ${pl}"
+script: "mvn ${phase} -P${profile} ${pl} -Dtest.overridden.properties=./test-profiles/apache-ci.test.overridden.properties"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org