mbien opened a new pull request, #5568:
URL: https://github.com/apache/netbeans/pull/5568
(draft proposal)
both configs have the same set of clusters at the moment
This would allow testing more clusters than those which are in the release.
My only concern is that the order is different:
```
release:
nb.cluster.cpplite,\
nb.cluster.groovy,\
nb.cluster.php,\
${clusters.config.java.list},\
nb.cluster.apisupport,\
nb.cluster.webcommon,\
nb.cluster.enterprise
nb.cluster.ergonomics
full:
${clusters.config.java.list},\
nb.cluster.apisupport,\
nb.cluster.webcommon,\
nb.cluster.php,\
nb.cluster.groovy,\
nb.cluster.enterprise,\
nb.cluster.cpplite,\
nb.cluster.ergonomics
```
we have to make sure that this won't cause any issues, since we would notice
those issues super late. Best option would be to make sure both have the same
order, but allow slightly different content.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists