2018-02-25 11:07:47 +00:00
|
|
|
---
|
2023-01-20 21:48:10 +00:00
|
|
|
.reusable_config: &reusable_config
|
|
|
|
build_targets:
|
|
|
|
- "--"
|
|
|
|
- "//..."
|
|
|
|
- "@bazel_skylib_gazelle_plugin//..."
|
|
|
|
test_targets:
|
|
|
|
- "--"
|
|
|
|
- "//..."
|
|
|
|
- "@bazel_skylib_gazelle_plugin//..."
|
|
|
|
|
2019-02-27 17:21:18 +00:00
|
|
|
tasks:
|
|
|
|
ubuntu1804_latest:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: ubuntu1804
|
|
|
|
bazel: latest
|
2019-02-11 22:18:56 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
ubuntu1604_latest:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: ubuntu1604
|
|
|
|
bazel: latest
|
2019-02-11 22:18:56 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
macos_latest:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: macos
|
|
|
|
bazel: latest
|
2019-02-11 22:18:56 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
windows_latest:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: windows
|
|
|
|
bazel: latest
|
2019-03-19 12:37:33 +00:00
|
|
|
test_flags:
|
|
|
|
# TODO(laszlocsomor): remove "--test_env=LOCALAPPDATA" after
|
|
|
|
# https://github.com/bazelbuild/bazel/issues/7761 is fixed
|
|
|
|
- "--test_env=LOCALAPPDATA"
|
2022-03-29 19:14:07 +00:00
|
|
|
- "--test_tag_filters=-no_windows"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
ubuntu1804_last_green:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: ubuntu1804
|
|
|
|
bazel: last_green
|
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
ubuntu1604_last_green:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: ubuntu1604
|
|
|
|
bazel: last_green
|
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
macos_last_green:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: macos
|
|
|
|
bazel: last_green
|
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
windows_last_green:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2019-02-27 17:21:18 +00:00
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: windows
|
|
|
|
bazel: last_green
|
2019-03-19 12:37:33 +00:00
|
|
|
test_flags:
|
|
|
|
# TODO(laszlocsomor): remove "--test_env=LOCALAPPDATA" after
|
|
|
|
# https://github.com/bazelbuild/bazel/issues/7761 is fixed
|
|
|
|
- "--test_env=LOCALAPPDATA"
|
2022-03-29 19:14:07 +00:00
|
|
|
- "--test_tag_filters=-no_windows"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
2022-08-30 18:57:34 +00:00
|
|
|
ubuntu1804_last_green_bzlmod:
|
2023-01-20 21:48:10 +00:00
|
|
|
<<: *reusable_config
|
2022-08-30 18:57:34 +00:00
|
|
|
name: "Last Green Bazel (with bzlmod)"
|
|
|
|
platform: ubuntu1804
|
|
|
|
bazel: last_green
|
|
|
|
build_flags:
|
|
|
|
- "--experimental_enable_bzlmod"
|
|
|
|
test_flags:
|
|
|
|
- "--experimental_enable_bzlmod"
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
2019-03-07 15:27:25 +00:00
|
|
|
buildifier: latest
|