-
-
Notifications
You must be signed in to change notification settings - Fork 287
Travis build flakiness #221
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
Comments
There are two interesting questions I can think about:
re the second bullet I'm thinking of using it almost feels like our slogan should be "slow, usually incorrect" and we've picked two... |
the download and install is slow, then the machines are very slow. Next, we don't have any caching that is working as far as I remember. Travis does have caching which we could potentially use. We aren't the only ones using travis + bazel. We should look and see what other things people are doing. I think we should be able to get the cache to save us, but it will probably take some work. |
I don't want to merge without green travis in the mean time. Sooner or later, we are going to get burned doing that. If we did get everything running in bazel, then we could use the bazel.io CI, which I think would be fine, but I don't want to switch until we don't lose coverage (we should probably be working to get test coverage higher even, since all our builds are very simple now). |
Seems like |
Also - look what they done here: bazel-contrib/rules_go@85d118f#diff-7ba31f31d9e5684e82d5cc51a2c1fbf9 |
if test_run.sh given a flag "ci" - spawns new process for each test and prints to stdout every 1 minutes
I thought the travis build flakiness was just because of the "is_identical" test (#217) but I'm not that sure now.
I've seen a lot of failing builds just from
bazel build //test/...
(example).Pretty confident solving #76 would solve our problem since we wouldn't need Travis for our e2e.
Not too sure what to do but we currently have 3 PRs which don't pass on seemingly unrelated issues
( #215 #219 #220 ).
We can decide to lax the criteria and merge PRs even if travis isn't green but that's an awfully slippery slope.
WDYT?
The text was updated successfully, but these errors were encountered: