Can we change the TeamCity's rules to avoid compiling again when we only modify python code?
Created by: chengduoZH
Some times, I only modify python code, but when I push these to PR, TeamCity will also compile the whole code. This is time consuming. Or due to the random number problem, other unit tests failed during 'make test'. In this situation, we should only rerun the 'make test', but not compiling the whole again. Can we avoid compiling again in these situations?