[ https://issues.jboss.org/browse/JBIDE-24895?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24895:
-------------------------------
Fix Version/s: 4.5.1.AM2
> some smoke and weekly jobs are configured for multiple OSes but only runs on rhel7
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-24895
> URL: https://issues.jboss.org/browse/JBIDE-24895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Pavol Srna
> Fix For: 4.5.1.AM2
>
>
> Just wondering why there's a chunk of shell script in the aerogear.it.smoke job that allows it to run on linux, rhel, or osx... but the job is only configured to run on rhel7 slaves.
> Is the code boilerplate, or is the job supposed to run on more than one type of OS?
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBIDE-24895?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24895:
-------------------------------
Summary: some smoke and weekly jobs are configured for multiple OSes but only run on rhel7 (was: some smoke and weekly jobs are configured for multiple OSes but only runs on rhel7)
> some smoke and weekly jobs are configured for multiple OSes but only run on rhel7
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-24895
> URL: https://issues.jboss.org/browse/JBIDE-24895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Pavol Srna
> Fix For: 4.5.1.AM2
>
>
> Just wondering why there's a chunk of shell script in the aerogear.it.smoke job that allows it to run on linux, rhel, or osx... but the job is only configured to run on rhel7 slaves.
> Is the code boilerplate, or is the job supposed to run on more than one type of OS?
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBIDE-24895?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24895:
------------------------------------
Similar issue for these jobs:
* jst.it.smoke
* jst.it.weekly
* jax-rs.it.weekly --> runs on rhel7 but has {code}if [[ "${label}" =~ mac ]]; {code}
I've also updated a number of smoke/weekly jobs to use label_exp instead of label, and run the macosx configs w/ jdk1.8 (not openjdk-1.8). For jobs where configuration has fedora or ubuntu, I didn't change the jobs (even if there was a filter for mac, but the job doesn't run on mac).
https://github.com/jbdevstudio/jbdevstudio-ci/commit/c6da931da894697a0b2c...
See also JBIDE-23734
> aerogear.it.smoke job configured for multiple OSes but only runs on rhel7
> -------------------------------------------------------------------------
>
> Key: JBIDE-24895
> URL: https://issues.jboss.org/browse/JBIDE-24895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Pavol Srna
>
> Just wondering why there's a chunk of shell script in the aerogear.it.smoke job that allows it to run on linux, rhel, or osx... but the job is only configured to run on rhel7 slaves.
> Is the code boilerplate, or is the job supposed to run on more than one type of OS?
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBIDE-24895?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24895:
-------------------------------
Summary: some smoke and weekly jobs are configured for multiple OSes but only runs on rhel7 (was: aerogear.it.smoke job configured for multiple OSes but only runs on rhel7)
> some smoke and weekly jobs are configured for multiple OSes but only runs on rhel7
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-24895
> URL: https://issues.jboss.org/browse/JBIDE-24895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Pavol Srna
>
> Just wondering why there's a chunk of shell script in the aerogear.it.smoke job that allows it to run on linux, rhel, or osx... but the job is only configured to run on rhel7 slaves.
> Is the code boilerplate, or is the job supposed to run on more than one type of OS?
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBIDE-24798?page=com.atlassian.jira.plugi... ]
Nick Boldt resolved JBIDE-24798.
--------------------------------
Resolution: Done
> Testing: ensure that browsersim zip is published to nexus AND its update site is not corrupted (missing artifacts like browsersim.eclipse in the metadata)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24798
> URL: https://issues.jboss.org/browse/JBIDE-24798
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, build, updatesite
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.5.1.AM2
>
>
> After 4.5.0.Final is done, I need to ensure that browsersim zip is published to nexus AND its update site is not corrupted (missing artifacts like browsersim.eclipse in the metadata).
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> Possible solution is to run *mvn install -f products/pom.xml*, then *cd products/browsersim-standalone; mvn deploy -Pdeploy-to-jboss.org ...*
> Also need to update link on http://tools.jboss.org/downloads/jbosstools/oxygen/4.5.x.Nightly.html#zips to 3.8.100, not 3.8.4
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBIDE-24798?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24798:
------------------------------------
Fixed in job and on http://tools.jboss.org/downloads/jbosstools/oxygen/4.5.x.Nightly.html#zips
> Testing: ensure that browsersim zip is published to nexus AND its update site is not corrupted (missing artifacts like browsersim.eclipse in the metadata)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24798
> URL: https://issues.jboss.org/browse/JBIDE-24798
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, build, updatesite
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.5.1.AM2
>
>
> After 4.5.0.Final is done, I need to ensure that browsersim zip is published to nexus AND its update site is not corrupted (missing artifacts like browsersim.eclipse in the metadata).
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> Possible solution is to run *mvn install -f products/pom.xml*, then *cd products/browsersim-standalone; mvn deploy -Pdeploy-to-jboss.org ...*
> Also need to update link on http://tools.jboss.org/downloads/jbosstools/oxygen/4.5.x.Nightly.html#zips to 3.8.100, not 3.8.4
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBIDE-24895?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24895:
----------------------------------
Assignee: Pavol Srna
> aerogear.it.smoke job configured for multiple OSes but only runs on rhel7
> -------------------------------------------------------------------------
>
> Key: JBIDE-24895
> URL: https://issues.jboss.org/browse/JBIDE-24895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Pavol Srna
>
> Just wondering why there's a chunk of shell script in the aerogear.it.smoke job that allows it to run on linux, rhel, or osx... but the job is only configured to run on rhel7 slaves.
> Is the code boilerplate, or is the job supposed to run on more than one type of OS?
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
Nick Boldt created JBIDE-24895:
----------------------------------
Summary: aerogear.it.smoke job configured for multiple OSes but only runs on rhel7
Key: JBIDE-24895
URL: https://issues.jboss.org/browse/JBIDE-24895
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid, integration-tests
Affects Versions: 4.5.1.AM1
Reporter: Nick Boldt
Just wondering why there's a chunk of shell script in the aerogear.it.smoke job that allows it to run on linux, rhel, or osx... but the job is only configured to run on rhel7 slaves.
Is the code boilerplate, or is the job supposed to run on more than one type of OS?
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)