Remove ubuntu1604 from presubmit.yml (#26587)

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.
reviewable/pr26710/r1
Philipp Wollermann 3 years ago committed by GitHub
parent 9f8e47edac
commit aa41c01a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .bazelci/presubmit.yml

@ -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/...

Loading…
Cancel
Save