I have a project with the folloging build configuration: build, mediumTests, largeTests, deploy. Dependencies are like this:
build <-- mediumTests <-- deploy
^------ largeTests <--------|
(I hope this graphic and the following description is understandable)
Now, to ease configuration, I would like to combine the configurations mediumTests and largeTests into a test configuration group, so that my deploy job only has one dependency (to the "test" group). Is that possible?