Forum member

unpopularprefix

2 posts

Posts by unpopularprefix

  1. All tests are run in CD-CD pipeline

    I think this might be the problem. Till about a few months(?) ago, the build agent would run only impacted tests. However, private builds from specific branches are allowed to test out custom build and deployment scenarios. This may have had caused the ncrunch cache to no longer be used. That be…

  2. All tests are run in CD-CD pipeline

    Hello, When running our build in the build server (TeamCity), we have the ncrunch engine mode set to [i]Run impacted tests automatically, others manually[/i] and we supply this global config to the ncrunch console ... [code=xml] <EngineMode> <Name>Run impacted tests automatically, othe…