Michael Blow has submitted this change and it was merged.

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
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1577
Reviewed-by: Till Westmann <ti...@apache.org>
Tested-by: Michael Blow <mb...@apache.org>
---
M asterixdb/asterix-app/pom.xml
1 file changed, 17 insertions(+), 0 deletions(-)

Approvals:
  Michael Blow: Verified
  Till Westmann: Looks good to me, approved



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: merged
Gerrit-Change-Id: Id424018aca3f633823a082fe9f5b7b4fa249e8a6
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>

Reply via email to