-- 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 Closes #442 PiperOrigin-RevId: 249254890
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index dc31779..86727d1 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml
@@ -1,16 +1,5 @@ --- platforms: - ubuntu1404: - run_targets: - - "//:gazelle" - - "@nodejs//:yarn" - build_targets: - - "..." - test_flags: - # TODO(gregmagolan): shared libs needed by chrome & firefox not available on ubuntu1404 - - "--test_tag_filters=-browser:chromium-local,-browser:firefox-local" - test_targets: - - "..." ubuntu1604: run_targets: - "//:gazelle" @@ -22,6 +11,17 @@ - "--test_tag_filters=-browser:chromium-local,-browser:firefox-local" test_targets: - "..." + ubuntu1804: + run_targets: + - "//:gazelle" + - "@nodejs//:yarn" + build_targets: + - "..." + test_flags: + # TODO(gregmagolan): shared libs needed by chrome & firefox not available on ubuntu1404 + - "--test_tag_filters=-browser:chromium-local,-browser:firefox-local" + test_targets: + - "..." macos: run_targets: - "//:gazelle"