Remove ubuntu1604 from presubmit.yml
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.
This commit is contained in:
parent
a4a725d547
commit
a415556858
@ -1,32 +1,23 @@
|
|||||||
---
|
---
|
||||||
platforms:
|
platforms:
|
||||||
ubuntu1604:
|
|
||||||
build_flags:
|
|
||||||
- "--features=layering_check"
|
|
||||||
build_targets:
|
|
||||||
- "..."
|
|
||||||
test_flags:
|
|
||||||
- "--features=layering_check"
|
|
||||||
test_targets:
|
|
||||||
- "..."
|
|
||||||
ubuntu1804:
|
ubuntu1804:
|
||||||
build_flags:
|
build_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
test_flags:
|
test_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
macos:
|
macos:
|
||||||
build_flags:
|
build_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
test_flags:
|
test_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
windows:
|
windows:
|
||||||
# Optional: use VS 2017 instead of 2015.
|
# Optional: use VS 2017 instead of 2015.
|
||||||
environment:
|
environment:
|
||||||
@ -34,8 +25,8 @@ platforms:
|
|||||||
build_flags:
|
build_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
test_flags:
|
test_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user