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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
|
|
|
ubuntu1804_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: ubuntu1804
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
2019-02-27 17:21:18 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
ubuntu1604_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: ubuntu1604
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
2019-02-27 17:21:18 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
macos_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: macos
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
2019-02-27 17:21:18 +00:00
|
|
|
test_flags:
|
|
|
|
- "--test_env=PATH"
|
|
|
|
|
|
|
|
windows_last_green:
|
|
|
|
name: "Last Green Bazel"
|
|
|
|
platform: windows
|
|
|
|
bazel: last_green
|
|
|
|
build_targets:
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
2019-02-28 22:43:57 +00:00
|
|
|
build_flags:
|
|
|
|
- "--incompatible_remap_main_repo"
|
2019-02-27 17:21:18 +00:00
|
|
|
test_targets:
|
|
|
|
- "--"
|
2019-03-17 21:29:57 +00:00
|
|
|
- "//..."
|
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"
|
2019-02-27 17:21:18 +00:00
|
|
|
|
2019-03-07 15:27:25 +00:00
|
|
|
buildifier: latest
|