You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Michael Blow (Code Review)" <do...@asterixdb.incubator.apache.org> on 2017/03/14 17:08:54 UTC

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Michael Blow has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/1580

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................

Options to Skip Managix, Yarn, and Experiments

The properties skipManagix, skipYarn, and skipExperiments added to skip
asterix-managix, asterix-yarn, and asterix-experiments from the build
respectively

e.g. mvn clean -DskipYarn

Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
---
M asterixdb/pom.xml
1 file changed, 33 insertions(+), 3 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/80/1580/1

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index d890420..196fb18 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -634,6 +634,39 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>include-managix</id>
+      <activation>
+        <property>
+          <name>!skipManagix</name>
+        </property>
+      </activation>
+      <modules>
+        <module>asterix-installer</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>include-yarn</id>
+      <activation>
+        <property>
+          <name>!skipYarn</name>
+        </property>
+      </activation>
+      <modules>
+        <module>asterix-yarn</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>include-experiments</id>
+      <activation>
+        <property>
+          <name>!skipExperiments</name>
+        </property>
+      </activation>
+      <modules>
+        <module>asterix-experiments</module>
+      </modules>
+    </profile>
   </profiles>
 
   <modules>
@@ -654,13 +687,10 @@
     <module>asterix-test-framework</module>
     <module>asterix-maven-plugins</module>
     <module>asterix-server</module>
-    <module>asterix-installer</module>
     <module>asterix-events</module>
     <module>asterix-doc</module>
     <module>asterix-fuzzyjoin</module>
-    <module>asterix-yarn</module>
     <module>asterix-replication</module>
-    <module>asterix-experiments</module>
     <module>asterix-benchmark</module>
     <module>asterix-coverage</module>
     <module>asterix-active</module>

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Ian Maxon (Code Review)" <do...@asterixdb.incubator.apache.org>.
Ian Maxon has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1: Code-Review+2

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1:

BAD Compatibility Tests Successful

https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/797/ : SUCCESS

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1:

BAD Compatibility Tests Started https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/797/

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Michael Blow (Code Review)" <do...@asterixdb.incubator.apache.org>.
Michael Blow has submitted this change and it was merged.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Options to Skip Managix, Yarn, and Experiments

The properties skipManagix, skipYarn, and skipExperiments added to skip
asterix-managix, asterix-yarn, and asterix-experiments from the build
respectively

e.g. mvn clean -DskipYarn

Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1580
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Ian Maxon <im...@apache.org>
---
M asterixdb/pom.xml
1 file changed, 33 insertions(+), 3 deletions(-)

Approvals:
  Ian Maxon: Looks good to me, approved
  Jenkins: Verified; No violations found



diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index d890420..196fb18 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -634,6 +634,39 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>include-managix</id>
+      <activation>
+        <property>
+          <name>!skipManagix</name>
+        </property>
+      </activation>
+      <modules>
+        <module>asterix-installer</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>include-yarn</id>
+      <activation>
+        <property>
+          <name>!skipYarn</name>
+        </property>
+      </activation>
+      <modules>
+        <module>asterix-yarn</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>include-experiments</id>
+      <activation>
+        <property>
+          <name>!skipExperiments</name>
+        </property>
+      </activation>
+      <modules>
+        <module>asterix-experiments</module>
+      </modules>
+    </profile>
   </profiles>
 
   <modules>
@@ -654,13 +687,10 @@
     <module>asterix-test-framework</module>
     <module>asterix-maven-plugins</module>
     <module>asterix-server</module>
-    <module>asterix-installer</module>
     <module>asterix-events</module>
     <module>asterix-doc</module>
     <module>asterix-fuzzyjoin</module>
-    <module>asterix-yarn</module>
     <module>asterix-replication</module>
-    <module>asterix-experiments</module>
     <module>asterix-benchmark</module>
     <module>asterix-coverage</module>
     <module>asterix-active</module>

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Ian Maxon (Code Review)" <do...@asterixdb.incubator.apache.org>.
Ian Maxon has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1:

I bet verify doesn't do a lot without the asterix-installer package though?

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1:

Build Started https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-notopic/4686/ (1/2)

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1:

Integration Tests Successful

https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/2188/ : SUCCESS

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1:

Integration Tests Started https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/2188/

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in asterixdb[master]: Options to Skip Managix, Yarn, and Experiments

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Options to Skip Managix, Yarn, and Experiments
......................................................................


Patch Set 1:

Build Started https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-asterix-app/5/ (2/2)

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1580
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I22d4c33feb056c8f5f86c7eb22e9d3e59546e3df
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No