Robert Munteanu created SLING-11671:
---------------------------------------

             Summary: Jenkins: allow running Sling Starter ITs with a given 
module based on the Sling module descriptor
                 Key: SLING-11671
                 URL: https://issues.apache.org/jira/browse/SLING-11671
             Project: Sling
          Issue Type: Improvement
          Components: Build and Source Control
            Reporter: Robert Munteanu
            Assignee: Robert Munteanu


With SLING-11395 we can automatically run the Starter ITs for a given module if 
the parent version is >= 49.

We should take this one step further and allow this to be configured in the 
Sling module descriptor. Proposed syntax:

{code:javascript}
{
  "starterITExecutions": {
     "12": {
          "jdks": [11]
       }
  }
}
{code}

It would be very useful to only run the Starter ITs and reuse the artifacts 
that were previously generated instead of rebuilding/retesting, since that was 
already done in previous stages. The reused artifacts should be those of the 
"main" JDK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to