3 comments

Hi Roman,

if you are able to separate it in two then it should be possible to parallelize them. I can't really say how much it would improve in processing time, as it depends on the project itself, but you are welcome to test it.

0

The problem is that I don't know how to setup TeamCity inspections build to run non-default (i. e. that is not specified as PROJECT_PROFILE in profile_settings.xml) inspection profile. If I want to split inspections between with two separate profiles, one of them will inevitably be non-default.

0

https://confluence.jetbrains.com/display/TCD10/Inspections#Inspections-InspectionParameters

As you can see, the inspection build step allows you to specify the inspection profile name that you want to run, leaving it empty for the default, so that should be possible.

0

Please sign in to leave a comment.