From 2fa455bb4b6c3e8cd5b42cef9b8a0e31aae5c7b6 Mon Sep 17 00:00:00 2001 From: Greg Roodt Date: Sat, 13 Feb 2021 12:24:26 +1100 Subject: [PATCH] Remove Ubuntu 16.04 from CI --- .bazelci/presubmit.yml | 2 -- .ci/rules_python.json | 1 - 2 files changed, 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 3186434116..184e0cebbc 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -23,8 +23,6 @@ all_targets: &all_targets test_targets: - "..." platforms: - ubuntu1604: - <<: *all_targets ubuntu1804: <<: *all_targets macos: diff --git a/.ci/rules_python.json b/.ci/rules_python.json index 760a9efe2f..f59edf38b2 100644 --- a/.ci/rules_python.json +++ b/.ci/rules_python.json @@ -3,7 +3,6 @@ "variation": "", "configurations": [ {"node": "linux-x86_64"}, - {"node": "ubuntu_16.04-x86_64"}, {"node": "darwin-x86_64"} ] }