]
Brian Stansberry updated WFLY-12503:
------------------------------------
Summary: Turn off the default surefire execution when the 'elytron',
'security.manager' and 'bootable.jar' profiles are used (was: Turn off
the default surefire execution when the 'elytron' and 'security.manager'
profiles are used)
Turn off the default surefire execution when the 'elytron',
'security.manager' and 'bootable.jar' profiles are used
-------------------------------------------------------------------------------------------------------------------
Key: WFLY-12503
URL:
https://issues.redhat.com/browse/WFLY-12503
Project: WildFly
Issue Type: Task
Components: Test Suite
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Major
We have CI runs for PRs that differ from the basic ones by using -Delytron instead of
-DallTests to turn on profiles that select a subset of the testsuite and to specially
configure things for that subset. Same for -Dsecurity.manager.
Expand on this by having -Delytron and -Dsecurity.manager also turn on profiles that turn
off the default surefire execution, so surefire only runs for those maven modules where a
profile turns it back on. There's no point, for example, running the
'undertow' maven module tests in these CI runs.