Michael Blow has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/1577
Change subject: Prepare To Split Test Execution
......................................................................
Prepare To Split Test Execution
Add profile to skip asterix-app tests, in preparation for splitting +1
Verified tests into two Jenkins jobs
Change-Id: Id424018aca3f633823a082fe9f5b7b4fa249e8a6
---
M asterixdb/asterix-app/pom.xml
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/77/1577/1
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index ede8cb1..70312e2 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -190,6 +190,23 @@
</plugins>
</pluginManagement>
</build>
+ <profiles>
+ <profile>
+ <id>skip.asterix-app.tests</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.16</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
--
To view, visit https://asterix-gerrit.ics.uci.edu/1577
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id424018aca3f633823a082fe9f5b7b4fa249e8a6
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <[email protected]>