Update to ubuntu 20.04 on RBE (#1145)
This commit is contained in:
parent
b8c5967a1b
commit
ff18c0a33a
|
@ -6,8 +6,8 @@ tasks:
|
|||
- "//..."
|
||||
test_targets:
|
||||
- "//..."
|
||||
rbe_ubuntu1604:
|
||||
platform: rbe_ubuntu1604
|
||||
rbe_ubuntu2004:
|
||||
platform: rbe_ubuntu2004
|
||||
build_targets:
|
||||
- "//..."
|
||||
test_targets:
|
||||
|
@ -76,9 +76,9 @@ tasks:
|
|||
test_targets: *linux_targets_bzlmod
|
||||
build_flags:
|
||||
- "--enable_bzlmod"
|
||||
rbe_ubuntu1604_examples:
|
||||
rbe_ubuntu2004_examples:
|
||||
name: Examples
|
||||
platform: rbe_ubuntu1604
|
||||
platform: rbe_ubuntu2004
|
||||
working_directory: examples
|
||||
rbe_targets: &rbe_targets
|
||||
- "//..."
|
||||
|
@ -163,9 +163,9 @@ tasks:
|
|||
- "--noenable_bzlmod"
|
||||
test_flags:
|
||||
- "--noenable_bzlmod"
|
||||
rbe_ubuntu1604_flags:
|
||||
rbe_ubuntu2004_flags:
|
||||
name: Flags
|
||||
platform: rbe_ubuntu1604
|
||||
platform: rbe_ubuntu2004
|
||||
working_directory: test/standard_cxx_flags_test
|
||||
test_targets:
|
||||
- "//:flags_test"
|
||||
|
@ -187,9 +187,9 @@ tasks:
|
|||
working_directory: test/standard_cxx_flags_test
|
||||
test_targets:
|
||||
- "//:flags_test"
|
||||
rbe_ubuntu1604_detect_root:
|
||||
rbe_ubuntu2004_detect_root:
|
||||
name: Detect root
|
||||
platform: rbe_ubuntu1604
|
||||
platform: rbe_ubuntu2004
|
||||
working_directory: test/detect_root_test
|
||||
test_targets:
|
||||
- "//:tests"
|
||||
|
|
Loading…
Reference in New Issue