문제

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