From a4c4f3aa882e4f4cf52b94b1c105a1c0deb4319a Mon Sep 17 00:00:00 2001 From: philwo Date: Wed, 24 Apr 2019 03:18:51 -0700 Subject: [PATCH] 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 PiperOrigin-RevId: 245015462 --- .bazelci/presubmit.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index de422ec..1281bac 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,13 +1,5 @@ --- platforms: - ubuntu1404: - run_targets: - build_targets: - - "..." - test_flags: - - "--test_timeout=300" - test_targets: - - "..." ubuntu1604: run_targets: build_targets: