aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
Commit message (Collapse)AuthorAge
* buildkite: disable determinism test on presubmitGravatar buchgr2018-06-26
| | | | | | | | | it consistently takes over 10 minutes for little benefit on presubmit. we'll continue to run it on postsubmit for every commit. RELNOTES: None PiperOrigin-RevId: 202094016
* re-enable android ndk test on postsubmitGravatar buchgr2018-06-25
| | | | | RELNOTES: None PiperOrigin-RevId: 201925111
* buildkite: test Bazel on Ubuntu 18.04Gravatar buchgr2018-06-22
| | | | | | | | I have added Buildkite workers running on Ubuntu 18.04 LTS. We should test Bazel on it. RELNOTES: None PiperOrigin-RevId: 201677421
* buildkite: increase test timeouts to 20 minutesGravatar buchgr2018-06-21
| | | | | | | | | | We are seeing quite a lot of test timeouts of very long running tests. This significantly adds to presubmit times as we retry failing tests up to 3 times. This change increases the test timeout from 15 to 20 minutes. RELNOTES: None PiperOrigin-RevId: 201514589
* Adding olaola to OWNERS on all remote libraries and tests.Gravatar olaola2018-03-22
| | | | | | TESTED=presubmit RELNOTES: None PiperOrigin-RevId: 190056498
* add Bazel's Buildkite configurationGravatar Jakob Buchgraber2018-03-22
Closes #4900. PiperOrigin-RevId: 190043375