2018-02-25 11:07:47 +00:00
|
|
|
---
|
2019-02-27 17:21:18 +00:00
|
|
|
tasks:
|
|
|
|
ubuntu1804_latest:
|
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: ubuntu1804
|
|
|
|
bazel: latest
|
2018-02-25 11:07:47 +00:00
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2018-02-25 11:07:47 +00:00
|
|
|
test_targets:
|
|
|
|
- "..."
|
2019-02-11 22:18:56 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
ubuntu1604_latest:
|
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: ubuntu1604
|
|
|
|
bazel: latest
|
2018-02-25 11:07:47 +00:00
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2018-02-25 11:07:47 +00:00
|
|
|
test_targets:
|
|
|
|
- "..."
|
2019-02-11 22:18:56 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
macos_latest:
|
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: macos
|
|
|
|
bazel: latest
|
2018-02-25 11:07:47 +00:00
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2018-02-25 11:07:47 +00:00
|
|
|
test_targets:
|
|
|
|
- "..."
|
2019-02-11 22:18:56 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
windows_latest:
|
|
|
|
name: "Latest Bazel"
|
|
|
|
platform: windows
|
|
|
|
bazel: latest
|
2019-01-23 15:30:16 +00:00
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-01-23 15:30:16 +00:00
|
|
|
test_targets:
|
2019-02-11 22:18:56 +00:00
|
|
|
- "--"
|
2019-01-23 15:30:16 +00:00
|
|
|
- "..."
|
2019-02-19 20:16:36 +00:00
|
|
|
# Shell tests don't run on windows.
|
|
|
|
- "-//tests:analysis_test_e2e_test"
|
2019-02-11 22:18:56 +00:00
|
|
|
- "-//tests:unittest_e2e_test"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
ubuntu1804_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: ubuntu1804
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
ubuntu1604_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: ubuntu1604
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
macos_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: macos
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
windows_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: windows
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
|
|
|
- "--"
|
|
|
|
- "..."
|
|
|
|
# Shell tests don't run on windows.
|
|
|
|
- "-//tests:analysis_test_e2e_test"
|
|
|
|
- "-//tests:unittest_e2e_test"
|
|
|
|
|
|
|
|
buildifier: true
|