[JBoss JIRA] (JBDS-3627) Installer needs to help move past lack of t/c signing
by David Hladky (JIRA)
[ https://issues.jboss.org/browse/JBDS-3627?page=com.atlassian.jira.plugin.... ]
David Hladky commented on JBDS-3627:
------------------------------------
Please, specify the request you do. Ideally curl or wget command so I can see what headers you supply.
> Installer needs to help move past lack of t/c signing
> -----------------------------------------------------
>
> Key: JBDS-3627
> URL: https://issues.jboss.org/browse/JBDS-3627
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Reporter: Joshua Wilson
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.1.0.AM3
>
> Attachments: Installer-not-signed-tc.PNG
>
>
> DevSuite installer uses "REST services in JBoss Download Manager" explained here https://mojo.redhat.com/docs/DOC-940689.
> DevSuite Intsaller follows the explanation for tc-accepted entry point [code is here|https://github.com/redhat-developer-tooling/developer-platform-insta...]. It uses file from previous CDK release (published in cdn and available through download manager) to do verification:
> 1. that provided credentials are valid;
> 2. that required T&C's are signed.
> There are two major use cases for developers installing DevSuite using Installer:
> 1. Direct download - when developer sign in to developers.redhat.com and download installer himeslf;
> 2. Shared installer - when someone share installer with developers without account.
> There two kind of users involved in those scenarios above:
> 1. New users that must go through registration process;
> 2. Registered users.
> *Direct download*
> For new ones registration process is really simple now. After creating RHD account and downloading installer there is no additional steps to get through installation.
> For already registered users there could be problems related to T&C's and authentication reported here https://issues.jboss.org/browse/RHDENG-579.
> So far there are two kind of problems:
> 1. Users can login and download DevSuite installer, but cannot use the same credentials to install;
> 2. Users that can login in to developers.redhat.com and get request to sign additional T&C's but credentials for the same user in DevSuite Installer reported as invalid when REST tc-accepted entry point is used
> *Shared Download*
> In this scenario new users without account can press Register link, then go through registration process in browser return back to installer and use new account credentials for installation.
> Registered users could need to sign additional T&C's if missing and would be good to show external link to do so. Current entry point tc-accepted does not provide any hints where missing T&C's could be signed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-22856) TP does not allow to run RedDeer UI tests
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22856?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-22856:
----------------------------------
Assignee: Nick Boldt
> TP does not allow to run RedDeer UI tests
> -----------------------------------------
>
> Key: JBIDE-22856
> URL: https://issues.jboss.org/browse/JBIDE-22856
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Nick Boldt
> Fix For: 4.4.1.Final
>
>
> The TP does not allow to run RedDeer UI tests. When launching such a test, the following error is shown:
> {code:shell}
> !ENTRY org.eclipse.osgi 4 0 2016-07-29 16:46:32.581
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Application "org.jboss.reddeer.ui.reddeertestapplication" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.ant.ui.antRunner, org.eclipse.datatools.connectivity.console.profile.StorageFileEditor, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.emf.codegen.CodeGen, org.eclipse.emf.codegen.JMerger, org.eclipse.emf.codegen.ecore.Generator, org.eclipse.emf.importer.ecore.Ecore2GenModel, org.eclipse.emf.importer.java.Java2GenModel, org.eclipse.emf.importer.rose.Rose2GenModel, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.touchpoint.natives.nativePackageExtractor, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer, org.eclipse.pde.build.Build, org.eclipse.pde.junit.runtime.uitestapplication, org.eclipse.pde.junit.runtime.legacytestapplication, org.eclipse.pde.junit.runtime.coretestapplication, org.eclipse.pde.junit.runtime.coretestapplicationnonmain, org.eclipse.pde.junit.runtime.nonuithreadtestapplication, org.eclipse.swtbot.eclipse.core.swtbottestapplication, org.eclipse.ui.ide.workbench, org.eclipse.wst.jsdt.core.JavaCodeFormatter, org.eclipse.wst.server.preview.preview, org.eclipse.xsd.ecore.importer.XSD2GenModel.
> at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
> at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-22856) TP does not allow to run RedDeer UI tests
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22856?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-22856:
----------------------------------
Assignee: Jeff MAURY (was: Nick Boldt)
> TP does not allow to run RedDeer UI tests
> -----------------------------------------
>
> Key: JBIDE-22856
> URL: https://issues.jboss.org/browse/JBIDE-22856
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Fix For: 4.4.1.Final
>
>
> The TP does not allow to run RedDeer UI tests. When launching such a test, the following error is shown:
> {code:shell}
> !ENTRY org.eclipse.osgi 4 0 2016-07-29 16:46:32.581
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Application "org.jboss.reddeer.ui.reddeertestapplication" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.ant.ui.antRunner, org.eclipse.datatools.connectivity.console.profile.StorageFileEditor, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.emf.codegen.CodeGen, org.eclipse.emf.codegen.JMerger, org.eclipse.emf.codegen.ecore.Generator, org.eclipse.emf.importer.ecore.Ecore2GenModel, org.eclipse.emf.importer.java.Java2GenModel, org.eclipse.emf.importer.rose.Rose2GenModel, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.touchpoint.natives.nativePackageExtractor, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer, org.eclipse.pde.build.Build, org.eclipse.pde.junit.runtime.uitestapplication, org.eclipse.pde.junit.runtime.legacytestapplication, org.eclipse.pde.junit.runtime.coretestapplication, org.eclipse.pde.junit.runtime.coretestapplicationnonmain, org.eclipse.pde.junit.runtime.nonuithreadtestapplication, org.eclipse.swtbot.eclipse.core.swtbottestapplication, org.eclipse.ui.ide.workbench, org.eclipse.wst.jsdt.core.JavaCodeFormatter, org.eclipse.wst.server.preview.preview, org.eclipse.xsd.ecore.importer.XSD2GenModel.
> at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
> at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-22856) TP does not allow to run RedDeer UI tests
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22856?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22856:
------------------------------------
If this is a duplicate of https://issues.jboss.org/browse/JBIDE-22857 and that one is resolved, then surely this issue should be resolved too?
> TP does not allow to run RedDeer UI tests
> -----------------------------------------
>
> Key: JBIDE-22856
> URL: https://issues.jboss.org/browse/JBIDE-22856
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Fix For: 4.4.1.Final
>
>
> The TP does not allow to run RedDeer UI tests. When launching such a test, the following error is shown:
> {code:shell}
> !ENTRY org.eclipse.osgi 4 0 2016-07-29 16:46:32.581
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Application "org.jboss.reddeer.ui.reddeertestapplication" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.ant.ui.antRunner, org.eclipse.datatools.connectivity.console.profile.StorageFileEditor, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.emf.codegen.CodeGen, org.eclipse.emf.codegen.JMerger, org.eclipse.emf.codegen.ecore.Generator, org.eclipse.emf.importer.ecore.Ecore2GenModel, org.eclipse.emf.importer.java.Java2GenModel, org.eclipse.emf.importer.rose.Rose2GenModel, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.touchpoint.natives.nativePackageExtractor, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer, org.eclipse.pde.build.Build, org.eclipse.pde.junit.runtime.uitestapplication, org.eclipse.pde.junit.runtime.legacytestapplication, org.eclipse.pde.junit.runtime.coretestapplication, org.eclipse.pde.junit.runtime.coretestapplicationnonmain, org.eclipse.pde.junit.runtime.nonuithreadtestapplication, org.eclipse.swtbot.eclipse.core.swtbottestapplication, org.eclipse.ui.ide.workbench, org.eclipse.wst.jsdt.core.JavaCodeFormatter, org.eclipse.wst.server.preview.preview, org.eclipse.xsd.ecore.importer.XSD2GenModel.
> at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
> at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-22856) TP does not allow to run RedDeer UI tests
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22856?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-22856:
-------------------------------
Fix Version/s: 4.4.1.Final
(was: 4.4.1.AM3)
> TP does not allow to run RedDeer UI tests
> -----------------------------------------
>
> Key: JBIDE-22856
> URL: https://issues.jboss.org/browse/JBIDE-22856
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Fix For: 4.4.1.Final
>
>
> The TP does not allow to run RedDeer UI tests. When launching such a test, the following error is shown:
> {code:shell}
> !ENTRY org.eclipse.osgi 4 0 2016-07-29 16:46:32.581
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Application "org.jboss.reddeer.ui.reddeertestapplication" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.ant.ui.antRunner, org.eclipse.datatools.connectivity.console.profile.StorageFileEditor, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.emf.codegen.CodeGen, org.eclipse.emf.codegen.JMerger, org.eclipse.emf.codegen.ecore.Generator, org.eclipse.emf.importer.ecore.Ecore2GenModel, org.eclipse.emf.importer.java.Java2GenModel, org.eclipse.emf.importer.rose.Rose2GenModel, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.touchpoint.natives.nativePackageExtractor, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer, org.eclipse.pde.build.Build, org.eclipse.pde.junit.runtime.uitestapplication, org.eclipse.pde.junit.runtime.legacytestapplication, org.eclipse.pde.junit.runtime.coretestapplication, org.eclipse.pde.junit.runtime.coretestapplicationnonmain, org.eclipse.pde.junit.runtime.nonuithreadtestapplication, org.eclipse.swtbot.eclipse.core.swtbottestapplication, org.eclipse.ui.ide.workbench, org.eclipse.wst.jsdt.core.JavaCodeFormatter, org.eclipse.wst.server.preview.preview, org.eclipse.xsd.ecore.importer.XSD2GenModel.
> at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
> at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-21381) Ensure JBT/JBDS are building on RHEL 7 slaves where applicable
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21381?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-21381:
------------------------------------
These jobs are now running on some combination of RHEL7 slaves [1].
[1] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/RHEL7/
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job} ./devstudio-cleanup/config.xml ./devstudio.product_master/config.xml ./devstudio-smoketests-grinder/config.xml ./devstudio.versionwatch_master/config.xml ./jbosstools-aerogear_master/config.xml ./jbosstools-arquillian_master/config.xml ./jbosstools-base_master/config.xml ./jbosstools-birt_master/config.xml ./jbosstools-browsersim_master/config.xml ./jbosstools-browsersim-standalone_master/config.xml ./jbosstools-build-ci_4.3.mars/config.xml ./jbosstools-build-ci_4.4.neon/config.xml ./jbosstools-build.parent_master/config.xml ./jbosstools-build-sites.aggregate.child-sites_master/config.xml ./jbosstools-build-sites.aggregate.child-sites__pull-request_master/config.xml ./jbosstools-build-sites.aggregate.coretests-site_master/config.xml ./jbosstools-build-sites.aggregate.site_master/config.xml ./jbosstools-central_master/config.xml ./jbosstools-centraltarget_master/config.xml ./jbosstools-cleanup/config.xml ./jbosstools-composite-install_master/config.xml ./jbosstools-discovery_master/config.xml ./jbosstools-docs-nightly/config.xml ./jbosstools-download.jboss.org-rsync-from-git/config.xml ./jbosstools-forge_master/config.xml ./jbosstools-freemarker_master/config.xml ./jbosstools-hibernate_master/config.xml ./jbosstools-incubator-ripple/config.xml ./jbosstools-install-grinder/config.xml ./jbosstools-install-grinder.install-tests.matrix_master/config.xml ./jbosstools-install-grinder_master/config.xml ./jbosstools-install-p2director.install-tests.integration-stack.matrix_master/config.xml ./jbosstools-install-p2director.install-tests.matrix_master/config.xml ./jbosstools-integration-stack-tests.aggregate_master/config.xml ./jbosstools-integration-tests.aggregate_master/config.xml ./jbosstools-javaee_master/config.xml ./jbosstools-javaee-tests-matrix_master/config.xml ./jbosstools-jiralint-bzira/config.xml ./jbosstools-jiralint/config.xml ./jbosstools-jiralint-daily/config.xml ./jbosstools-jiralint-weekly/config.xml ./jbosstools-jst_master/config.xml ./jbosstools-livereload_master/config.xml ./jbosstools-locus.site_master/config.xml ./jbosstools-maven-plugins.tycho-plugins_master/config.xml ./jbosstools-openshift_master/config.xml ./jbosstools-portlet_master/config.xml ./jbosstools-promote/config.xml ./jbosstools-push-to-staging-01-check-versions-branches-root-poms_master/config.xml ./jbosstools-requirements/config.xml ./jbosstools-rsync/config.xml ./jbosstools-server_master/config.xml ./jbosstools-server_master-tomcat/config.xml ./jbosstools-server__pull-request_master/config.xml ./jbosstools-submodules_master/config.xml ./jbosstools-target-platform--pull-request/config.xml ./jbosstoolstargetplatformrequirements-mirror-matrix/config.xml ./jbosstoolstargetplatforms-matrix/config.xml ./jbosstools-TEMPLATE_master/config.xml ./jbosstools-TEMPLATE.NESTED_master/config.xml ./jbosstools-vpe_master/config.xml ./jbosstools-webservices_master/config.xml ./reddeer_1.0.x/config.xml ./reddeer_master/config.xml ./xulrunner-1.9.1.2/config.xml ./xulrunner-1.9.2/config.xml ./xulrunner-1.9.2_win64/config.xml ./xulrunner-2.0/config.xml {code}
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/devstudio_10.0.neon/job}
./devstudio.product_10.0.neon/config.xml ./devstudio.versionwatch_10.0.neon/config.xml ./jbosstools-aerogear_4.4.neon/config.xml ./jbosstools-arquillian_4.4.neon/config.xml ./jbosstools-base_4.4.neon/config.xml ./jbosstools-browsersim_4.4.neon/config.xml ./jbosstools-browsersim-standalone_4.4.neon/config.xml ./jbosstools-build-ci_4.4.neon/config.xml ./jbosstools-build.parent_4.4.neon/config.xml ./jbosstools-build-sites.aggregate.child-sites_4.4.neon/config.xml ./jbosstools-build-sites.aggregate.coretests-site_4.4.neon/config.xml ./jbosstools-build-sites.aggregate.site_4.4.neon/config.xml ./jbosstools-central_4.4.neon/config.xml ./jbosstools-centraltarget_4.4.neon/config.xml ./jbosstools-composite-install_4.4.neon/config.xml ./jbosstools-discovery_4.4.neon/config.xml ./jbosstools-forge_4.4.neon/config.xml ./jbosstools-freemarker_4.4.neon/config.xml ./jbosstools-hibernate_4.4.neon/config.xml ./jbosstools-install-grinder_4.4.neon/config.xml ./jbosstools-install-grinder.install-tests.matrix_4.4.neon/config.xml ./jbosstools-install-p2director.install-tests.matrix_4.4.neon/config.xml ./jbosstools-integration-tests.aggregate_4.4.neon/config.xml ./jbosstools-javaee_4.4.neon/config.xml ./jbosstools-jst_4.4.neon/config.xml ./jbosstools-livereload_4.4.neon/config.xml ./jbosstools-maven-plugins.tycho-plugins_4.4.neon/config.xml ./jbosstools-openshift_4.4.neon/config.xml ./jbosstools-server_4.4.neon/config.xml ./jbosstools-target-platform--pull-request/config.xml ./jbosstoolstargetplatformrequirements-mirror-matrix/config.xml ./jbosstoolstargetplatforms-matrix/config.xml ./jbosstools-webservices_4.4.neon/config.xml
{code}
> Ensure JBT/JBDS are building on RHEL 7 slaves where applicable
> --------------------------------------------------------------
>
> Key: JBIDE-21381
> URL: https://issues.jboss.org/browse/JBIDE-21381
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.1.Final
>
>
> We currently use an *<assignedNode>* or *label_exp* like this for most of our jobs:
> * (RHEL6||RHEL7||jboss-prod)&&!ia64&&!rhts
> * (RHEL6||jboss-prod)&&!ia64&&!ppc64&&!rhts
> * (RHEL6||RHEL7||jboss-prod)&&(x86||x86_64)
> However, there are currently no slaves in the RHEL7 label [0], so this query really just means RHEL6||jboss-prod.
> [0] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/RHEL7/
> But, since the jboss-prod slaves do NOT have x86 or x86_64 labels, using jboss-prod&&(x86||x86_64) also means ZERO slaves [1].
> [1] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/%28jboss-prod%29&&%...
> Therefore (RHEL6||RHEL7||jboss-prod)&&(x86||x86_64) == RHEL6&&(x86||x86_64) == RHEL6.
> And, jboss-prod only includes RHEL6 slaves [2]:
> [2] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/jboss-prod/
> Here's a label query which actually includes some RHEL7 slaves, from the RHEL7-ipv6 bucket of THREE slaves [3]:
> [3] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/RHEL7-ipv6/
> Note too that there are no longer any rhts slaves [4], but there are still some ia64 [5] and ppc64 [6] slaves:
> [4] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/rhts/
> [5] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/ia64/
> [6] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/ppc64/
> So... if we want a pool of >60 of RHEL6||jboss-prod and also RHEL7-ipv6 (all three of them), we can use these slaves from *(RHEL6||RHEL7-ipv6||jboss-prod)*:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/%28RHEL6||RHEL7-ipv...
> There are also some unshared RHEL7 slaves we can use:
> * http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/brms-rhel7-x86-64/ (5 disabled)
> * http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/beaker-fsw-rhel7/ (4 disabled)
> * http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/EAP-RHEL7/ (14 enabled, 2 disabled)
> So, here's the combined RHEL7 label:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/brms-rhel7-x86-64||... (17 enabled, 11 disabled)
> And the combined RHEL6 label:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/label/%28RHEL6||jboss-pro... (60 enabled, 4 disabled)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months