Yeray Borges Santana created WFLY-13865:
-------------------------------------------
Summary: Enable switching Galleon pack Maven coordinates for the Galleon
layers used in the clustering tests
Key: WFLY-13865
URL:
https://issues.redhat.com/browse/WFLY-13865
Project: WildFly
Issue Type: Task
Components: Test Suite
Reporter: Yeray Borges Santana
Assignee: Yeray Borges Santana
The Galleon layers tests for clustering are using two galleon packs, the one for testing
to bring in web-clustering and the full Galleon pack.
This configuration is not properly testing the switching of the Galleon packs under test
by the CI Jobs.
The take here is to provide this capability replacing the full one by using the Maven
properties passed by the CI Job, e.g:
{code:java}
<feature-pack>
<groupId>${testsuite.ee.galleon.pack.groupId}</groupId>
<artifactId>${testsuite.ee.galleon.pack.artifactId}</artifactId>
<version>${testsuite.ee.galleon.pack.version}</version>
<inherit-configs>false</inherit-configs>
<inherit-packages>false</inherit-packages>
</feature-pack>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)