Order of independent Build Configs in TeamCity -


i'm migrating our build system on teamcity and, because have quite long build times, i'm trying make use of parallelism in build configurations. if 2 configs can run in parallel not dependent on each other. there cases where, if 2 parallel builds serialised (due lack of available agents) prefer 1 run ahead of (for example 1 set of regression tests i'd see result of before packaging step run - if resources available i'd them both run concurrently).

i can't find explicit way specify ordering of logically independent builds. i've observed build order tends lexicographical - although i'm not sure if that's on config name or id.

i experiment prefer more definite answer, if possible.

this used available plugin, has since been bundled product.

go build queue , click on configure build priorities

enter image description here

if add class high number, can associate build you'd built first

enter image description here

managing build priorities - teamcity documentation

hope helps


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -