From 4ef8cd04ea85e1726c3642be40a73364c459be90 Mon Sep 17 00:00:00 2001 From: Greg Roodt Date: Wed, 31 Mar 2021 10:41:10 +1100 Subject: [PATCH] Remove Ubuntu 16.04 from CI (#417) Co-authored-by: Jonathon Belotti --- .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 95ab5ddfcf..22d31662d3 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -13,8 +13,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"} ] }