-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Every projects on ci.bazel.io are red on Jenkins #1168
Comments
I higly suspect 857cda2 This wasn't caught earlier because the JDK7 build breakage was preventing downstream project from being built |
confirmed suspect. |
Broken builds because jenkins cannot show them easily: |
Thanks, on it. |
Verifying now, but I think this is caused by the SourceManifestAction caching issue, which I've got an LGTM'd CL to fix. |
Yup, that's it! Note that this won't fix everything, I think the AppEngine rules are just broken because they assume an empty workspace name. But it should be much better. |
the appengine rules where not broken by that change |
Well, they should have been. Guess they're not very well tested. |
http://ci.bazel.io/job/skydoc/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/11/console at least one breakage left. ci is still running :( |
TensorFlow tests are still failing :( I need to go home now and probably will be offline. Feel free to push if you have more fixes for that. |
Happily, the TF failure looks like a flake (it passes for me locally). However, I'm not sure why the other tests are failing, so I'm rolling back. The failing tests are now:
|
Due to missing runfiles
The text was updated successfully, but these errors were encountered: