commit | a79defb2cbbfdd855e869d93eefbcf19cead5ffb | [log] [tgz] |
---|---|---|
author | Philipp Wollermann <philwo@google.com> | Tue Apr 23 15:58:13 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 23 15:58:13 2019 +0200 |
tree | 5dd1502694c1ccf576cd82745af0296b0978be45 | |
parent | 59dc7473c777b5054e91c1af6b95ed0ecbdc0ace [diff] |
Don't test on Ubuntu 14.04 Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards. Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 45b7c06..7b2bba3 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml
@@ -1,9 +1,9 @@ --- platforms: - ubuntu1404: + ubuntu1604: test_targets: - "//:all_tests" - ubuntu1604: + ubuntu1804: test_targets: - "//:all_tests" rbe_ubuntu1604: