Michael Blow has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/2375
Change subject: [NO ISSUE][TEST] Define profiles for more Jenkins jobs
......................................................................
[NO ISSUE][TEST] Define profiles for more Jenkins jobs
- also, rebalance between asterix-gerrit-integration-tests &
asterix-gerrit-verify-no-app
Change-Id: I982766bc125024372778de5e4d151c00ebb52565
---
M asterixdb/asterix-app/pom.xml
M asterixdb/asterix-server/pom.xml
M asterixdb/pom.xml
M hyracks-fullstack/pom.xml
4 files changed, 38 insertions(+), 0 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/75/2375/1
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 7d7aee5..e4f7ea3 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -338,6 +338,14 @@
<test.includes>**/RebalanceWithCancellationIT.java</test.includes>
</properties>
</profile>
+ <profile>
+ <id>asterix-gerrit-verify-no-app</id>
+ <properties>
+ <test.includes/>
+ <itest.includes/>
+ <failIfNoTests>false</failIfNoTests>
+ </properties>
+ </profile>
</profiles>
<dependencies>
<dependency>
diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml
index 80f4197..ae1c86f 100644
--- a/asterixdb/asterix-server/pom.xml
+++ b/asterixdb/asterix-server/pom.xml
@@ -492,6 +492,22 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>asterix-gerrit-integration-tests</id>
+ <properties>
+ <test.includes/>
+
<itest.includes>**/NCServiceExecutionIT.java,**/RecoveryIT.java</itest.includes>
+ <failIfNoTests>false</failIfNoTests>
+ </properties>
+ </profile>
+ <profile>
+ <id>asterix-gerrit-verify-no-app</id>
+ <properties>
+ <test.includes/>
+
<itest.excludes>**/NCServiceExecutionIT.java,**/RecoveryIT.java</itest.excludes>
+ <failIfNoTests>false</failIfNoTests>
+ </properties>
+ </profile>
</profiles>
<dependencies>
<dependency>
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 241fa56..53a9ae2 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -737,6 +737,13 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>integration-tests-only</id>
+ <properties>
+ <test.includes/>
+ <failIfNoTests>false</failIfNoTests>
+ </properties>
+ </profile>
</profiles>
<modules>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 437f21a..547eba4 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -667,6 +667,13 @@
<jdk.version>1.8</jdk.version>
</properties>
</profile>
+ <profile>
+ <id>integration-tests-only</id>
+ <properties>
+ <test.includes/>
+ <failIfNoTests>false</failIfNoTests>
+ </properties>
+ </profile>
</profiles>
<modules>
--
To view, visit https://asterix-gerrit.ics.uci.edu/2375
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I982766bc125024372778de5e4d151c00ebb52565
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <[email protected]>