Skip to content

Commit

Permalink
Remove ubuntu1604 from presubmit.yml
Browse files Browse the repository at this point in the history
Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI.

If you like you can add testing on `ubuntu2004` platform which we also support.
  • Loading branch information
philwo authored and drigz committed Jul 1, 2021
1 parent a4a725d commit a415556
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,32 @@
---
platforms:
ubuntu1604:
build_flags:
- "--features=layering_check"
build_targets:
- "..."
test_flags:
- "--features=layering_check"
test_targets:
- "..."
ubuntu1804:
build_flags:
- "--features=layering_check"
build_targets:
- "..."
- "//..."
test_flags:
- "--features=layering_check"
test_targets:
- "..."
- "//..."
macos:
build_flags:
- "--features=layering_check"
build_targets:
- "..."
- "//..."
test_flags:
- "--features=layering_check"
test_targets:
- "..."
- "//..."
windows:
# Optional: use VS 2017 instead of 2015.
environment:
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC"
build_flags:
- "--features=layering_check"
build_targets:
- "..."
- "//..."
test_flags:
- "--features=layering_check"
test_targets:
- "..."
- "//..."

0 comments on commit a415556

Please sign in to comment.