[JBoss JIRA] (JBIDE-24243) migrate Fuse Tools builds to JBT infrastructure/process
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24243?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-24243 at 6/23/17 3:56 PM:
-------------------------------------------------------------
Jobs are now working on both RHEL6 [0] and RHEL7 [1] CCI Jenkins instances. Curiously, they're faster on the RHEL6 one.
[0] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud... (~1h45m)
[1] https://dev-platform-jenkins-rhel7.rhev-ci-vms.eng.rdu2.redhat.com/view/D... (~2h20m)
Meanwhile the fusesource job [2] is still red (unless I skip running tests) and I haven't bothered to fix it further as the other two work now to build w/ min TP, run tests w/ max TP, then publish if successful. Note that some tests are failing but not in a way that prevents publishing.
[2] https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools...
So, new builds are going in here:
http://download.jboss.org/jbosstools/oxygen/snapshots/builds/jbosstools-f...
was (Author: nickboldt):
Jobs are now working on both RHEL6 [0] and RHEL7 [1] CCI Jenkins instances. Curiously, they're faster on the RHEL6 one.
[0] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud... (~1h45m)
[1] https://dev-platform-jenkins-rhel7.rhev-ci-vms.eng.rdu2.redhat.com/view/D... (~2h20m)
Meanwhile the fusesource job [2] is still red (unless I skip running tests) and I haven't bothered to fix it further as the other two work now to build w/ min TP, run tests w/ max TP, then publish if successful. Note that some tests are failing but not in a way that prevents publishing.
[2] https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools...
> migrate Fuse Tools builds to JBT infrastructure/process
> -------------------------------------------------------
>
> Key: JBIDE-24243
> URL: https://issues.jboss.org/browse/JBIDE-24243
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, fuse-tooling, updatesite
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.0.AM2
>
>
> Fuse Tooling currently has jobs under this view: https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Fuse%20To...
> * https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Fuse%20To... -> http://download.jboss.org/jbosstools/neon/staging/builds/integration-stac...
> ** https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Fuse%20To... -> http://download.jboss.org/jbosstools/neon/integration/updates/integration...
> which publish integration, development or stable update sites.
> As part of the migration of Fuse Tooling into JBoss Tools 4.5 for Oxygen, this path will change to something like:
> * http://download.jboss.org/jbosstools/*oxygen*/snapshots/builds/fuse-tooling/
> * http://download.jboss.org/jbosstools/*oxygen*/staging/updates/fuse-tooling/
> We will also need to ensure that JBT composites/aggregates are configured to pick up these features/plugins.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24578) migrate Fuse central connector from IS to JBT/devstudio Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24578?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24578:
----------------------------------
Fix Version/s: 4.5.0.AM2
Assignee: Nick Boldt
Resolution: Done
Fixed in AM2 and verified using snapshots sites:
{code}
-Djboss.discovery.directory.url=https://devstudio.redhat.com/11/snapshots/updates/discovery.earlyaccess/master/devstudio-directory.xml
-Djboss.discovery.site.url=https://devstudio.redhat.com/11/snapshots/updates/discovery.central/master/
-Djboss.discovery.earlyaccess.site.url=https://devstudio.redhat.com/11/snapshots/updates/discovery.earlyaccess/master/
-Djboss.discovery.earlyaccess.list.url=https://devstudio.redhat.com/11/snapshots/updates/discovery.earlyaccess/master/devstudio-earlyaccess.properties
{code}
and
{code}
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/oxygen/snapshots/updates/discovery.earlyaccess/master/jbosstools-directory.xml
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/oxygen/snapshots/updates/discovery.central/master/
-Djboss.discovery.earlyaccess.site.url=http://download.jboss.org/jbosstools/oxygen/snapshots/updates/discovery.earlyaccess/master/
-Djboss.discovery.earlyaccess.list.url=http://download.jboss.org/jbosstools/oxygen/snapshots/updates/discovery.earlyaccess/master/jbosstools-earlyaccess.properties
{code}
!fuse-jbt450am2.png|thumbnail!
!fuse-jbt450am2-quickstart.png|thumbnail!
!fuse-ds11am2.png|thumbnail!
> migrate Fuse central connector from IS to JBT/devstudio Central
> ---------------------------------------------------------------
>
> Key: JBIDE-24578
> URL: https://issues.jboss.org/browse/JBIDE-24578
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, central-update
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.0.AM2
>
> Attachments: fuse-ds11am2.png, fuse-jbt450am2-quickstart.png, fuse-jbt450am2.png
>
>
> Realized last night we need to migrate the Fuse Tools connector from IS to jbt/ds so that examples/quickstarts can use it if Fuse it's already installed OOTB.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24578) migrate Fuse central connector from IS to JBT/devstudio Central
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-24578:
----------------------------------
Summary: migrate Fuse central connector from IS to JBT/devstudio Central
Key: JBIDE-24578
URL: https://issues.jboss.org/browse/JBIDE-24578
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, central-update
Affects Versions: 4.5.0.AM1
Reporter: Nick Boldt
Realized last night we need to migrate the Fuse Tools connector from IS to jbt/ds so that examples/quickstarts can use it if Fuse it's already installed OOTB.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months