[
https://issues.jboss.org/browse/JBIDE-23756?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-23756:
---------------------------------------
This is the job in question:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/All/job...
I am working on adjusting the eap jobs:
https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-70x-jbds-c...
https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/EAP7/view/EAP...
For now I will make it work with what we have, but there are several things that need to
be fixed:
1. Even if you only run the eap7x-compatibility profile, all of the runtimes (jboss as 4,
as 5, as 7, wildfly...) will be downloaded anyway, because this is set up in
as/itests/pom.xml - we need to come up with a way to only do this if the compatibility
profile is not active. Maybe we need to switch to profile activation by property, e.g.
eap7x-compatibility - the profile in as/itests/org.jboss.tools.as.ui.bot.itests/pom.xml
would be activated by this, whereas all the other runtime downloads in as/itests/pom.xml
would be in a profile that is deactivated using this property.
2.
https://github.com/jbosstools/jbosstools-server/blob/master/as/itests/org...
The eap7x-compatibility profile has jboss-eap-7.0 server directory hardcoded. You can
still override the whole property with something else for eap 7.1, but it would be nice to
improve this.
Moved/Refactored AS itests have lost the possibility to run against
specific eap build
--------------------------------------------------------------------------------------
Key: JBIDE-23756
URL:
https://issues.jboss.org/browse/JBIDE-23756
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: integration-tests, server
Reporter: Pavol Srna
Assignee: Pavol Srna
Priority: Critical
Fix For: 4.4.3.AM2
AS itests have been moved to jbosstools-server component repo and refactored/optimized.
But the refactored implementation in jbosstools-server doesn't support running itests
against specific EAP build (as it has in integration-tests repo), which breaks eap team
compatibility jobs listed here [1]
[1]
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP7/view/EAP7-JBDS/
[2]
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-JBDS/
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)