-
Notifications
You must be signed in to change notification settings - Fork 72
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
"Cannot lock ref" error on Travis CI job #54
Comments
Was there another Travis CI job running around the same time, like if two of them got queued up? I'm thinking this sort of thing could happen if two jobs try to push the same branch at the same time. |
That is what I thought too, but jobs typically run 6 hours apart, so that did not make sense... until yesterday when your comment made me realize that Travis CI was actually enabled twice in the repo settings: with a webhook, and at the organization level. Each push to master actually triggered two Travis CI jobs in parallel (one under travis-ci.org and another one under travis-ci.com) as a result. So, problem solved, I deleted the webhook :) |
Aha, that would also explain the confusion in #58 :) |
@foolip, latest Travis CI job correctly detected the update on
webaudio.idl
, correctly created the PR against WPT, and yet the job failed with (slightly reformatted to fit the screen):Any obvious reason for such a failure?
The text was updated successfully, but these errors were encountered: