Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable NodeReuse on TeamCity, it can lead to consecutive builds failing #1110

Merged
merged 1 commit into from
Jan 26, 2016

Conversation

bjartwolf
Copy link
Contributor

If nodereuse is on, TC can not clean files before after the nodes have been shut down (60 seconds
http://blogs.msdn.com/b/msbuild/archive/2007/04/16/node-reuse-in-multiproc-msbuild.aspx)
This means consecutive builds will fail. This might also be true for other build servers.

This was discussed in #1109
I don't think figuring out the clean-strategy from TC is straight forward, so I assume it's easier to just disable nodereuse on TC.

If nodereuse is on, TC can not clean files before after the nodes have
been shut down (60 seconds
http://blogs.msdn.com/b/msbuild/archive/2007/04/16/node-reuse-in-multiproc-msbuild.aspx)
This means consecutive builds will fail. This might also be true for
other build servers.
@forki
Copy link
Member

forki commented Jan 25, 2016

LGTM

forki added a commit that referenced this pull request Jan 26, 2016
Disable NodeReuse on TeamCity, it can lead to consecutive builds failing
@forki forki merged commit f11b1f8 into fsprojects:master Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants