Josh Vinson commented on Bug JENKINS-15630

I reverted your fix because while it looked good initially, I ran into some issues running the same build twice. Checking /tmp/.covlk is a good start, but it's not fine-grained enough to avoid just preventing all builds on a machine after the first one (which is what I encountered). This is because covlk stores all locks for coverity, and individual file locks are contained inside. Waiting for the whole directory to be gone fails even when the specific file lock relevant to this bug is removed.

The issue you encountered looks like it's due to the same intermediate directory being used by two builds, which is something else to work out.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to