CloudBuild recently started acting strange for me. While all unit/integration tests pass on my local machine, CloudBuild fails with the following message:
4561: ! build failed - one or more unit/integration tests failed.
4562: ! build of ‘default-windows-desktop-64-bit’ failed. compile failed
I tried Google to find people with similar problems, could not find anything. Are there some structures/techniques that I cannot use in cloudbuild that I am not aware of? Would like your thoughts on this.
I had to disable the sample tests in the test tools to get it to work. Even though I didn’t specify those to run, cloud build seems to want to run all included unit tests :-/