Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13865

Enable switching Galleon pack Maven coordinates for the Galleon layers used in the clustering tests

XMLWordPrintable

      The Galleon layer tests for clustering are using two galleon packs, one to bring in the web-clustering Galleon layer and the full Galleon pack.

      This configuration is not properly testing the switching of the Galleon packs under test by the CI Jobs.

      The task here is to provide this capability replacing the full one by using the Maven properties passed by the CI Job, e.g:

      <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>
      

            yborgess1@redhat.com Yeray Borges Santana
            yborgess1@redhat.com Yeray Borges Santana
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: