File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed
Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change 44# TODO(#144): When Bazel 0.29 is released, the docgen workflow will work, and
55# we can go back to using `...` for build_targets.
66---
7- platforms :
8- ubuntu1604 :
9- # I don't trust my knowledge of YAML enough to factor this list into an
10- # anchor.
7+ all_targets : &all_targets
118 build_targets :
129 - " //examples/..."
1310 - " //experimental/..."
@@ -16,21 +13,10 @@ platforms:
1613 - " //tools/..."
1714 test_targets :
1815 - " ..."
16+ platforms :
17+ ubuntu1604 :
18+ << : *all_targets
1919 ubuntu1804 :
20- build_targets :
21- - " //examples/..."
22- - " //experimental/..."
23- - " //python/..."
24- - " //rules_python/..."
25- - " //tools/..."
26- test_targets :
27- - " ..."
20+ << : *all_targets
2821 macos :
29- build_targets :
30- - " //examples/..."
31- - " //experimental/..."
32- - " //python/..."
33- - " //rules_python/..."
34- - " //tools/..."
35- test_targets :
36- - " ..."
22+ << : *all_targets
You can’t perform that action at this time.
0 commit comments