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 # [3] https://github.com/grpc/grpc/pull/20784
--- ---
# TODO(yannic): Ideally, we should also enable buildifier and all platforms should test `//...`. # TODO(yannic): Ideally, we should also enable buildifier and all platforms should test `//...`.
platforms: tasks:
ubuntu1604: ubuntu1804:
build_targets: build_targets:
- //:all - //:all
- //src/proto/... - //src/proto/...

Loading…
Cancel
Save