As discussed in #974, explore a possibility to build PRs merged with master in our TeamCity CI. If successful, this should prevent cases when tests fail because there are discrepancies in regression tests. However, there might be several problems:
- Merge conflicts.
- Checking out proper regression tests if branch other than
master is to be used - tests should probably also be merged with master in this scenario.
As discussed in #974, explore a possibility to build PRs merged with
masterin our TeamCity CI. If successful, this should prevent cases when tests fail because there are discrepancies in regression tests. However, there might be several problems:masteris to be used - tests should probably also be merged withmasterin this scenario.