[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Work on MODCLUSTER-485 started by Radoslav Husar.
-------------------------------------------------
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Labels: ci
> Fix For: 2.0.0.Alpha1
>
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
> The situation has changed since, taking master into account support for legacy containers has been dropped so now we have:
> * jdk7 + 8 and everything in default (excludes Tomcat 9) -> 3 combos on travis
> * jdk 8 + Tomcat 9 -> 1 combo on travis
> See http://tomcat.apache.org/whichversion.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Radoslav Husar edited comment on MODCLUSTER-485 at 6/17/16 12:24 PM:
---------------------------------------------------------------------
Note for JDK7 (and 6 in the past) we need to use this workaround for containerized environments:
{noformat}
# Workaround openjdk6/7 crashes in container-based environments failing with:
# *** buffer overflow detected ***: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java terminated
# /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(Java_java_net_Inet4AddressImpl_getLocalHostName+0x190)[0x7fde947f34a0]
sudo: required
addons:
hostname: localhost
{noformat}
was (Author: rhusar):
Note for JDK7 (and 6 in the past) we need to use this workaround:
{noformat}
# Workaround openjdk6/7 crashes in container-based environments failing with:
# *** buffer overflow detected ***: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java terminated
# /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(Java_java_net_Inet4AddressImpl_getLocalHostName+0x190)[0x7fde947f34a0]
sudo: required
addons:
hostname: localhost
{noformat}
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
> The situation has changed since, taking master into account support for legacy containers has been dropped so now we have:
> * jdk7 + 8 and everything in default (excludes Tomcat 9) -> 3 combos on travis
> * jdk 8 + Tomcat 9 -> 1 combo on travis
> See http://tomcat.apache.org/whichversion.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Radoslav Husar commented on MODCLUSTER-485:
-------------------------------------------
Note for JDK7 we need to use this workaround:
{noformat}
# Workaround openjdk6/7 crashes in container-based environments failing with:
# *** buffer overflow detected ***: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java terminated
# /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(Java_java_net_Inet4AddressImpl_getLocalHostName+0x190)[0x7fde947f34a0]
sudo: required
addons:
hostname: localhost
{noformat}
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
> The situation has changed since, taking master into account support for legacy containers has been dropped so now we have:
> * jdk7 + 8 and everything in default (excludes Tomcat 9) -> 3 combos on travis
> * jdk 8 + Tomcat 9 -> 1 combo on travis
> See http://tomcat.apache.org/whichversion.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-485:
--------------------------------------
Description:
-I ran into this while adding support for Tomcat 9.-
-What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
-jdk6 + mvn verify -PTC6-
-jdk7 + mvn verify -PTC7-
-jdk7 + mvn verify -PAS7-
-jdk8 + mvn verify -PTC8-
-jdk7/8 + mvn verify-
The situation has changed since, taking master into account support for legacy containers has been dropped so now we have:
* jdk7 + 8 and everything in default (excludes Tomcat 9) -> 3 combos on travis
* jdk 8 + Tomcat 9 -> 1 combo on travis
See http://tomcat.apache.org/whichversion.html
was:
-I ran into this while adding support for Tomcat 9.-
-What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
-jdk6 + mvn verify -PTC6-
-jdk7 + mvn verify -PTC7-
-jdk7 + mvn verify -PAS7-
-jdk8 + mvn verify -PTC8-
-jdk7/8 + mvn verify-
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
> The situation has changed since, taking master into account support for legacy containers has been dropped so now we have:
> * jdk7 + 8 and everything in default (excludes Tomcat 9) -> 3 combos on travis
> * jdk 8 + Tomcat 9 -> 1 combo on travis
> See http://tomcat.apache.org/whichversion.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Radoslav Husar edited comment on MODCLUSTER-485 at 6/17/16 12:23 PM:
---------------------------------------------------------------------
Note for JDK7 (and 6 in the past) we need to use this workaround:
{noformat}
# Workaround openjdk6/7 crashes in container-based environments failing with:
# *** buffer overflow detected ***: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java terminated
# /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(Java_java_net_Inet4AddressImpl_getLocalHostName+0x190)[0x7fde947f34a0]
sudo: required
addons:
hostname: localhost
{noformat}
was (Author: rhusar):
Note for JDK7 we need to use this workaround:
{noformat}
# Workaround openjdk6/7 crashes in container-based environments failing with:
# *** buffer overflow detected ***: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java terminated
# /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(Java_java_net_Inet4AddressImpl_getLocalHostName+0x190)[0x7fde947f34a0]
sudo: required
addons:
hostname: localhost
{noformat}
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
> The situation has changed since, taking master into account support for legacy containers has been dropped so now we have:
> * jdk7 + 8 and everything in default (excludes Tomcat 9) -> 3 combos on travis
> * jdk 8 + Tomcat 9 -> 1 combo on travis
> See http://tomcat.apache.org/whichversion.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Radoslav Husar edited comment on MODCLUSTER-485 at 6/17/16 12:18 PM:
---------------------------------------------------------------------
-AS7 needs to be added too for AS7/EAP 6.4.x support.-
Support is dropped.
was (Author: rhusar):
AS7 needs to be added too for AS7/EAP 6.4.x support.
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-485:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (MODCLUSTER-485) Move CI to Travis
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-485?page=com.atlassian.jira.pl... ]
Radoslav Husar reopened MODCLUSTER-485:
---------------------------------------
> Move CI to Travis
> -----------------
>
> Key: MODCLUSTER-485
> URL: https://issues.jboss.org/browse/MODCLUSTER-485
> Project: mod_cluster
> Issue Type: Task
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> -I ran into this while adding support for Tomcat 9.-
> -What the CI should be testing, give the number of JDKs and different container versions that we support, we should build with respective jdks and versions:-
> -jdk6 + mvn verify -PTC6-
> -jdk7 + mvn verify -PTC7-
> -jdk7 + mvn verify -PAS7-
> -jdk8 + mvn verify -PTC8-
> -jdk7/8 + mvn verify-
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months