Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError with CheckRevisionStep #553
Closed
Comments
This was referenced Dec 13, 2016
|
@larsbergstrom, the build log you linked seems to be an example of However, the behavior in all of the the linked bugs is a bug, which I've filed #554 for. |
|
One further idea here might be to re-invoke the git step a bounded number of times if we notice it didn't work properly the first time instead of just failing straight away, but I will leave that for a follow-up. |
|
Fix has been deployed and is working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I discovered that factories.py had not been getting recompiled & we were using an old version. Once buildbot started using it, if
CheckRevisionStepis enabled, then we get:http://build.servo.org/builders/arm32/builds/4619/steps/generic/logs/err.text
For now, I've just commented out adding it to the list, as it's not clear to me how to fix the issue.
cc @aneeshusa @edunham