Running same regression multiple times

Hey,

I need to run a specific regression with the same parameters multiple times, to check my probability of error.

I try to queue it a lot of times, but each queue after the second keeps getting deleted.

How can I fix this?

Thanks

0
1 comment

Hi Amit,

Do you mean you want to queue several "same" builds of the same build configuration? TeamCity automatically optimizes builds in the queue removing those which are "the same".
The easiest way to make sure the build is not optimized is to make it not "the same" - e.g. add a parameter on build triggering with a unique value.

0

Please sign in to leave a comment.