[NO ISSUE][TEST] Move compression & SSL tests to new job

Change-Id: I15510e9cba571f5e485364b1218166130ef1cf2b
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3158
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mblow@apache.org>
Tested-by: Michael Blow <mblow@apache.org>
Reviewed-by: Murtadha Hubail <mhubail@apache.org>
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index ba799e8..e9c45a3 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -287,7 +287,7 @@
     <profile>
       <id>asterix-gerrit-asterix-app</id>
       <properties>
-        <test.excludes>**/SqlppExecutionWithCancellationTest.java,**/DmlTest.java,**/RepeatedTest.java,**/SqlppExecutionTest.java</test.excludes>
+        <test.excludes>**/SqlppExecutionWithCancellationTest.java,**/DmlTest.java,**/RepeatedTest.java,**/SqlppExecutionTest.java,**/*Compression*Test.java,**/*Ssl*Test.java</test.excludes>
       </properties>
       <build>
         <plugins>
@@ -298,9 +298,6 @@
               <execution>
                 <id>SqlppExecutionTest</id>
                 <configuration>
-                  <includes combine.self="override">
-                    <include>**/SqlppExecutionTest.java</include>
-                  </includes>
                   <excludes combine.self="override"/>
                   <argLine>
                     -enableassertions -Xmx${test.heap.size}m
@@ -328,6 +325,14 @@
       </properties>
     </profile>
     <profile>
+      <id>asterix-gerrit-ssl-compression</id>
+      <properties>
+        <test.includes>**/*Compression*Test.java,**/*Ssl*Test.java</test.includes>
+        <itest.includes/>
+        <failIfNoTests>false</failIfNoTests>
+      </properties>
+    </profile>
+    <profile>
       <id>asterix-gerrit-verify-asterix-app</id>
       <properties>
         <test.includes/>