Skip to content

Commit

Permalink
Remove ubuntu1604 from presubmit.yml (grpc#26587)
Browse files Browse the repository at this point in the history
Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI.

If you like you can add testing on `ubuntu2004` platform which we also support.
  • Loading branch information
philwo authored Jul 15, 2021
1 parent 9f8e47e commit aa41c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# [3] https://github.com/grpc/grpc/pull/20784
---
# TODO(yannic): Ideally, we should also enable buildifier and all platforms should test `//...`.
platforms:
ubuntu1604:
tasks:
ubuntu1804:
build_targets:
- //:all
- //src/proto/...
Expand Down

0 comments on commit aa41c01

Please sign in to comment.