We have 2 team city build agents at the moment and we are trying to configure them to run different tests only.

So when running integration tests I want it to use only Agent1 for example. And all other tests are run on Agent2 except for integration tests. How would i configure this on team city 6.5.1?

Thanks for any help much appreciated!

有帮助吗?

解决方案

You could set up two build configurations, one for your unit tests and one for your integration tests. You can then assign these to different agents as described here.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top