lts: <s | |
bazel: latest | |
rolling: &rolling | |
bazel: rolling | |
common: &common | |
platform: ubuntu1804 | |
working_directory: /workdir | |
build_targets: | |
- "distro:*" | |
tasks: | |
rolling_ubuntu: | |
name: rolling_distro | |
<<: *rolling | |
<<: *common | |
lts_ubuntu: | |
name: lts_distro | |
platform: ubuntu1804 | |
<<: *lts | |
<<: *common |